User Tools

Site Tools


prpl:setland

<- PRPL reference <- Everything Else 2

SetLand

ArgumentsResultNotation
X cell coord, Y cell coord, land height [int int int - ]

Description

Sets land height at target cell. Use 0 for void, 1 for level 1 terrain, etc.

Examples

#set land at 0, 0 with terrain height 3
0 0 3 SetLand
 
#clear land (create void) at 10, 5
10 5 0 SetLand
prpl/setland.txt · Last modified: 2018/02/15 17:06 by kajacx