This is an old revision of the document!
Arguments | Result | Notation |
---|---|---|
X, Y, Height, Range, Boolean Square | – | i1 i2 i3 i4 b – |
Creates a square or circle patch of land.
Standard CRPL | X Y Height Range Square SetLandBulk |
Warp notation | SetLandBulk(X Y Height Range Square) |
Create a round island with radius of 10, centered at 25,25. Height can be set from 0 to 5. (0 equal to space) Note: You should set this code to operate once, or the PRPL will continue attempting to set land, slowing down your game.
Once SetLandBulk(25 25 1 10 0) Endonce