This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| crpl:docs:createspore [2013/01/14 19:04] – created chani | crpl:docs:createspore [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | TODO | + | |
| + | <- [[crpl: | ||
| + | ===== CreateSpore | ||
| + | |||
| + | ^Arguments^Result^Notation^ | ||
| + | |startX, startY, targetX, targetY, Health, Payload| |'' | ||
| + | |||
| + | |||
| + | === Description === | ||
| + | Creates a spore at map coordinates startX, startY that moves to targetX, targetY. | ||
| + | Health is number of hit points with 1 being typical. | ||
| + | The payload is the amount of Creeper the spore carries. | ||
| + | If any source or target coordinate is off the map, the spore will not be created. | ||
| + | === Examples === | ||
| + | < | ||
| + | CurrentCoords RandUnitCoords 1 10 CreateSpore</ | ||