User Tools

Site Tools


crpl:docs:createspore

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
crpl:docs:createspore [2013/01/14 19:04] – created chanicrpl:docs:createspore [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-TODO+ 
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#spore_commands|Spore Commands]] 
 +=====  CreateSpore  ===== 
 + 
 +^Arguments^Result^Notation^ 
 +|startX, startY, targetX, targetY, Health, Payload| |''x1 y1 x2 y2 n1 n2 -- ''
 + 
 + 
 +=== 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 === 
 +<code># Creates a spore and sends it to a random player unit. 
 +CurrentCoords RandUnitCoords 1 10 CreateSpore</code> 
crpl/docs/createspore.1358190281.txt.gz · Last modified: 2025/02/14 14:56 (external edit)