User Tools

Site Tools


crpl:docs:setcreepermax

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:setcreepermax [2014/10/01 19:02] – external edit 127.0.0.1crpl:docs:setcreepermax [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-~~DISCUSSION~~+
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#creeper_commands|Creeper Commands]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#creeper_commands|Creeper Commands]]
 =====  SetCreeperMax ===== =====  SetCreeperMax =====
Line 8: Line 8:
  
 === Description === === Description ===
-Sets the maximum density of Creeper on the map.  Amt is an integer in the range of 0 to max int (2,147,483,647).  A value of 0 means 'no maximum' With no maximum, the value of Creeper can overflow max int, and wrap around to a negative value (which would be anti-creeper).  With a max, any Creeper that exceed the max is clipped and thrown away.+Sets the maximum density of Creeper on the map.  Amt is an integer in the range of 0 to max int (2,147,483,647).  A value of 0 means 'no maximum' With no maximum, the value of Creeper can overflow max int, and wrap around to a negative value (which would be anti-creeper).  With a max, any Creeper that exceeds the max is clipped and thrown away
 + 
 +== Gotchas == 
 +  * Creeper is measured in millionths here. 
 +  * Does not persist across saves.
  
 === Examples === === Examples ===
 <code> <code>
-once+:awake 
 +   #Creeper will not exceed ten
    SetCreeperMax(10000000)    SetCreeperMax(10000000)
-endonce 
 </code>  </code> 
crpl/docs/setcreepermax.1412190170.txt.gz · Last modified: 2025/02/14 14:56 (external edit)