Random/ja
From M.U.G.E.N Wiki
< Random
This page is in progress of being translated to ja. You can help translating it or go to another language version that follows:
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.)