<- PRPL reference <- Everything Else 2
Arguments | Result | Notation |
---|---|---|
X position, Y position, Land height, Range / Radius (how many cells from the position), Square | [ int int int int int - ] |
#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