User Tools

Site Tools


crpl:docs:randcoords

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
crpl:docs:randcoords [2013/01/14 19:07] – created chanicrpl:docs:randcoords [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-TODO+<- [[crpl:crplreference|CRPL reference]] <- [[crpl:crplreference#utility_commands|Utility Commands]] 
 +=====  RandCoords  ===== 
 + 
 +^Arguments^Result^Notation^ 
 +| |Random Map X and Y coords |''-- X1 Y1 ''
 + 
 + 
 +=== Description === 
 +Pushes two random integers to stack where 0 %%<=%% RandNum < Map Width for the first and 0 %%<=%% RandNum < Map Height for the second. 
 +=== Examples === 
 +Every second, add 32 creeper to a random cell. 
 +<code> 
 +GetTimer0 eq0 if 
 + 30 SetTimer0 
 + 
 + RandCoords 32 AddCreeper 
 +endif 
 +</code>  
 + 
crpl/docs/randcoords.1358190420.txt.gz · Last modified: 2025/02/14 14:56 (external edit)