Hallo :D
I'm trying to script (failing at it as well) a common event conditional branch. This common event checks to see which character is the lead character and ignores the rest of the characters once triggered. Like if the character steps on a trap it will only activate once that character is on the trap.
What I am trying to do.
Conditional Branch:
Of course it's failing because the snippet is erroneous but I have no idea how to properly write it without screwing up the syntax.
I'm trying to script (failing at it as well) a common event conditional branch. This common event checks to see which character is the lead character and ignores the rest of the characters once triggered. Like if the character steps on a trap it will only activate once that character is on the trap.
What I am trying to do.
Conditional Branch:
Code:
if $game_party.actors[0] == $game_party.actors[2]
Of course it's failing because the snippet is erroneous but I have no idea how to properly write it without screwing up the syntax.