Index
Creeper

AddCreeper

AddCreeper(<-cellX <-cellZ <-creeperAmt)

Description

Adds creeper at the specified integer map coordinates. A value of 0 means no creeper. A negative value indicates anticreeper.

Examples

AddCreeper(42 23 5)

Index