<- CRPL reference <- Creeper Commands

SetAntiCreeperMax

ArgumentsResultNotation
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

Examples

:awake
  #Anticreeper will not exceed 10
  SetAntiCreeperMax(10000000)