<- CRPL reference <- Utility Commands
Arguments | Result | Notation |
---|---|---|
Random Map X and Y coords | – X1 Y1 |
Pushes two random integers to stack where 0 <= RandNum < Map Width for the first and 0 <= RandNum < Map Height for the second.
Every second, add 32 creeper to a random cell.
GetTimer0 eq0 if 30 SetTimer0 RandCoords 32 AddCreeper endif