~~NOTOC~~
<=[[4rpl:start| Index]] \\
<=[[4rpl:start#creeper| Creeper]]
* [[4rpl:commands:AddCreeperInRange|Add]]
* [[4rpl:commands:GetCreeperInRange|Get]]
* [[4rpl:commands:SetCreeperInRange|Set]]
====== AddCreeperInRange ======
AddCreeperInRange(<-cellX <-cellZ <-range <-isSquare <-creeperAmt)
===== Description =====
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.
===== Examples =====
# Creates a total of 90 creeper in a 3x3 area
AddCreeperInRange(60 40 1 true 10)
<=[[4rpl:start| Index]]