This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
prpl:docs:setlandbulk [2016/09/25 18:05] – Square Sorrontis | prpl:docs:setlandbulk [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== SetLandBulk ===== | ||
- | ^Arguments^Result^Notation^ | ||
- | |X, Y, Height, Range, Boolean Square | -- | '' | ||
- | |||
- | === Description === | ||
- | Creates a square or circle patch of land. | ||
- | |||
- | === How to use === | ||
- | |||
- | | Standard CRPL | X Y Height Range Square SetLandBulk | | ||
- | | Warp notation | SetLandBulk(X Y Height Range Square) | | ||
- | |||
- | === 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 | ||
- | </ |