User Tools

Site Tools


crpl:docs:setanticreepermax

<- 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
  • Anticreeper is measured in millionths here.
  • Does not persist across saves.

Examples

:awake
  #Anticreeper will not exceed 10
  SetAntiCreeperMax(10000000)
crpl/docs/setanticreepermax.txt · Last modified: 2021/02/05 11:44 by Karsten75