<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#creeper_commands|Creeper Commands]] ===== SetAntiCreeperMax ===== ^Arguments^Result^Notation^ |Amt| |''i1 -- ''| === Description === Sets the maximum density of Anticreeper 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 Anticreeper can overflow min int, and wrap around to a positive value (which would be Creeper). With a max, any Anticreeper that exceeds the max is clipped and thrown away. == Gotchas == * Anticreeper is measured in millionths here. * Does not persist across saves. === Examples === :awake #Anticreeper will not exceed 10 SetAntiCreeperMax(10000000)