<- PRPL reference <- Everything Else 2
Arguments | Result | Notation |
---|---|---|
X cell coord, Y cell coord, land height | [int int int - ] |
Sets land height at target cell. Use 0 for void, 1 for level 1 terrain, etc.
#set land at 0, 0 with terrain height 3 0 0 3 SetLand #clear land (create void) at 10, 5 10 5 0 SetLand