Random

From M.U.G.E.N Wiki

Jump to: navigation, search



Trigger: Random

Returns a random number between 0 and 999, inclusive.

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

Example:

trigger1 = Random <= 249
  Triggers if the random number returned is less than or equal to
  249. (This occurs with 25% probability.)


Personal tools