User Tools

Site Tools


prpl:setland

This is an old revision of the document!


<- 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.1518732399.txt.gz · Last modified: 2025/02/14 14:56 (external edit)