User Tools

Site Tools


crpl:docs:setcreeper

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:docs:setcreeper [2013/01/14 19:11] – external edit 127.0.0.1crpl:docs:setcreeper [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#creeper_commands|Creeper Commands]]
 =====  SetCreeper  ===== =====  SetCreeper  =====
  
 ^Arguments^Result^Notation^ ^Arguments^Result^Notation^
 |X, Y, Amt| |''x1 y1 n1 -- ''| |X, Y, Amt| |''x1 y1 n1 -- ''|
- 
  
 === Description === === Description ===
 Sets Amt of Creeper at coordinates. Positive values are Creeper and negative values are AntiCreeper.  Sets Amt of Creeper at coordinates. Positive values are Creeper and negative values are AntiCreeper. 
 Values are clipped to the range of -2000 to 2000. Values are clipped to the range of -2000 to 2000.
 +
 +This command uses float creeper (1 creeper per unit).
 +
 === Examples === === Examples ===
-<code>example goes here</code> +Create a custom emitter, recreating the default in-game one. The values can be changed in the editor. 
 +<code> 
 +$power:32 
 +$interval:30
  
 +GetTimer0 eq0 if
 + <-interval SetTimer0
  
 + CurrentCoords <-power SetCreeper
 +endif
 +</code> 
crpl/docs/setcreeper.1358190678.txt.gz · Last modified: 2025/02/14 14:56 (external edit)