PrevStateNo

From M.U.G.E.N Wiki

Jump to: navigation, search



Trigger: PrevStateNo

Returns the number of the state that the player was last in. The results of this trigger are not guaranteed to be accurate.

Format:
StateNo
Arguments:
none
Return type:
int
Error conditions:
none

Example:

trigger1 = stateno = [200,650]
  Returns true if the state number is between 200 and 650,
  inclusive.


Personal tools