version=2 :if:=true :then @text.show(Next up, ...~...~...*The Tower Brain wants~to battle you. Ready?) :else @text.show(Next up, opponent~no.+1)>. Ready?) :endif @options.show(Yes,No) :when:No @text.show(Do you really~want to quit?) @options.show(Yes,No) :when:Yes @script.start(frontier\battletower\challenge\cancelbattle) :endwhen :endwhen @player.turnto(0) @player.move(1) @player.turnto(3) @player.move(1) @camera.activatethirdperson @camera.set(0,0.745,2,4.712,-0.31) @script.start(frontier\battletower\challenge\choosetrainer) :if:=true :then :if:=true :then @script.start(frontier\battletower\challenge\wonbrain) :else @storage.set(integer,tower_streak,+1) @script.start(frontier\battletower\challenge\afterbattle) :endif :else @script.start(frontier\battletower\challenge\lostbattle) :endif :end