User Tools

Site Tools


prpl:setlandbulk

<- PRPL reference <- Everything Else 2

SetLandBulk

ArgumentsResultNotation
X position, Y position, Land height, Range / Radius (how many cells from the position), Square [ int int int int int - ]

Description

Examples

#the line below sets a squere with the range of 5 and height of 5 at the center of the prpl core
CurrentCoords 5 5 1 SetLandBulk
	i5 = GetIntFromStack(); //square 
	i4 = GetIntFromStack(); //range 
	i3 = GetIntFromStack(); //land 
	i2 = GetIntFromStack(); //y 
	i1 = GetIntFromStack(); //x 
 
prpl/setlandbulk.txt · Last modified: 2023/07/31 06:26 by SpeedCZ