User Tools

Site Tools


prpl:docs:setlandbulk

This is an old revision of the document!


SetLandBulk

ArgumentsResultNotation
X, Y, Height, Range, Boolean Square i1 i2 i3 i4 b –

Description

Creates a square or circle patch of land.

How to use

Standard CRPL X Y Height Range Bool SetLandBulk
Warp notation SetLandBulk(X Y Height Range Bool)

Examples

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