AddCreeperInRange(<-cellX <-cellZ <-range <-isSquare <-creeperAmt)
Adds creeper at the specified integer map area. A value of 0 means no creeper. A negative value indicates anticreeper. The value is per cell, not total creeper added.
# Creates a total of 90 creeper in a 3x3 area AddCreeperInRange(60 40 1 true 10)
⇐ Index