User Tools

Site Tools


crpl:docs:getdigitalis

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:docs:getdigitalis [2015/11/19 18:01] – Added example code flareboy127crpl:docs:getdigitalis [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-~~DISCUSSION~~ 
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#digitalis_Commands|Digitalis Commands]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#digitalis_Commands|Digitalis Commands]]
 =====  GetDigitalis  ===== =====  GetDigitalis  =====
Line 13: Line 12:
 1 means full health Digitalis is present. 1 means full health Digitalis is present.
 === Examples === === Examples ===
-<code># Sets 20 creeper at the current coords if there is active digitalis+<code># Sets 20 creeper at the current coords if there is active digitalis every 2 seconds
 once once
  60 SetTimer0  60 SetTimer0
Line 19: Line 18:
 CurrentCoords GetDigitalis 1 eq if CurrentCoords GetDigitalis 1 eq if
  GetTimer0 eq0 if  GetTimer0 eq0 if
- CurrentCoords SetCreeper 20+ CurrentCoords 20 SetCreeper
  60 SetTimer0  60 SetTimer0
  endif  endif
 endif</code>  endif</code> 
crpl/docs/getdigitalis.1447956110.txt.gz · Last modified: 2025/02/14 14:56 (external edit)