There is Any Way...

Started by LucasK, May 27, 2012, 08:29:11 PM

Previous topic - Next topic

LucasK

Of doing like...

After Rescuing  :victoria::vermillion::vitellary::verdigris: and  :violet:, destroy some gravity line wich is blocking a passage? If yes, how can i do it?

ToasterApocalypse

Quote from: LucasK on May 27, 2012, 08:29:11 PM
Of doing like...

After Rescuing  :victoria::vermillion::vitellary::verdigris: and  :violet:, destroy some gravity line wich is blocking a passage? If yes, how can i do it?
FIQ told me this.

At the beginning of the game, place a script. No need to if there's an intro script. Write this.

flag(1,on
flag(2,on)
flag(3,on)
flag(4,on)
flag(5,on)


And after you rescuse a crewmate...

flag(X,off)

And then at the warp/line:

ifflag(1,off)
ifflag(2,off)
ifflag(3,off)
ifflag(4,off)
ifflag(5,off)
destroy(gravitylines/warptokens)

LucasK

Thanks! This will really help me out with the final zone of my level!  :viridian: