Code:
plotscript, battlemode toggle, begin
if (check tag(69)) then, begin
set tag (69,off)
set battle wait mode (off)
end, else, begin
set tag (69,on)
set battle wait mode (on)
end
end
if (check tag(69)) then, begin
set tag (69,off)
set battle wait mode (off)
end, else, begin
set tag (69,on)
set battle wait mode (on)
end
end
this script works like it's supposed to. it just doesn't set when the game is loaded, no matter what the option is set to. the menu itself looks like this.
Volume
Battlemode:Active <=set to appear if tag 69 is on
Battlemode:Wait <=set to appear if tag 69 is off
Quit Game
Back
ideas??



