Returns a random number between 0 and 999, inclusive.

Format: Random

Arguments:

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.)