ShadowKingMaster
Member
I know how to make events dissapear when certain conditions are met, but it involves making switches. How do I make a switch?
Cheeze":2ncgrnfp said:First off. Make another page on that Event and on that page, you might aswell go down to the Local switch and switch it to A.
Go back to the first page and move the Player movements, event's movements, and text (not the variable) into the "Clothes" C-branch then delete that whole "Guard 1" C-branch and variable.
Put a "wait for move's completion" at the end of the move commands and then put a "Switch 'X'= On"
So far your event should look something like this
C-branch [Variable: Clothes] >= 1
Message: Welcome to the Town!
*Insert move whateverness here*
wait for move's completion
SWITCH 'X'= ON
Else
Message: Blah...something about clothes?
end
Okay, Now go to page two and Put "The town is just ahead." as a message....
That should be it...No waste of a variable.