<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#everything_else_2|Everything Else 2]] ===== SetLand ===== ^Arguments^Result^Notation^ | 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