User Tools

Site Tools


crpl:docs:getdigitalis

Differences

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

Link to this comparison view

Next revision
Previous revision
crpl:docs:getdigitalis [2013/01/14 19:02] – created chanicrpl:docs:getdigitalis [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-TODO+<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#digitalis_Commands|Digitalis Commands]] 
 +=====  GetDigitalis  ===== 
 + 
 +^Arguments^Result^Notation^ 
 +|X, Y|Amount of Digitalis at Coordinates |''x1 y1 -- f1 ''
 + 
 + 
 +=== Description === 
 +Pushes the amount of digitalis at map coordinates X,Y.  
 +Digitalis will be between 0 and 1.  
 +0 means no Digitalis is present and  
 +1 means full health Digitalis is present. 
 +=== Examples === 
 +<code># Sets 20 creeper at the current coords if there is active digitalis every 2 seconds 
 +once 
 + 60 SetTimer0 
 +endonce 
 +CurrentCoords GetDigitalis 1 eq if 
 + GetTimer0 eq0 if 
 + CurrentCoords 20 SetCreeper 
 + 60 SetTimer0 
 + endif 
 +endif</code> 
crpl/docs/getdigitalis.1358190164.txt.gz · Last modified: 2025/02/14 14:56 (external edit)