This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
prpl:docs:getparticlemass [2016/09/24 13:45] – created - Based on CreateParticle page - Needs a look-over GoodMorning | prpl:docs:getparticlemass [2016/09/25 09:14] (current) – removed Karsten75 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <- [[prpl: | ||
- | ===== CreateParticle | ||
- | ^Arguments^Result^Notation^ | ||
- | |Cell Coordinates Enemy | | '' | ||
- | |||
- | === Description === | ||
- | Grows Struc in the predefined positions, starting from the point specified. If this is occupied, grows the closest connected piece of ungrown Struc. | ||
- | |||
- | === How to use === | ||
- | |||
- | | Standard CRPL | //x y enemy // **GrowStruc ** | | ||
- | | Warp notation | **GrowStruc** (//x y enemy//) | | ||
- | |||
- | === Examples === | ||
- | Grow friendly Struc at the current coordinates, | ||
- | < | ||
- | CurrentCoords 0 GrowStruc | ||
- | </ |