<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#creeper_commands|Creeper Commands]] ===== SetCreeperMax ===== ^Arguments^Result^Notation^ |Amt| |''i1 -- ''| === 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 exceeds the max is clipped and thrown away. == Gotchas == * Creeper is measured in millionths here. * Does not persist across saves. === Examples === :awake #Creeper will not exceed ten SetCreeperMax(10000000)