This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:getdigitalis [2013/01/18 17:59] – grauniad | crpl:docs:getdigitalis [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | ||
<- [[crpl: | <- [[crpl: | ||
===== GetDigitalis | ===== GetDigitalis | ||
^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
- | |X, Y|Amount of Digitalis at Coordinates |'' | + | |X, Y|Amount of Digitalis at Coordinates |'' |
Line 13: | Line 12: | ||
1 means full health Digitalis is present. | 1 means full health Digitalis is present. | ||
=== Examples === | === Examples === | ||
- | < | + | < |
+ | once | ||
+ | 60 SetTimer0 | ||
+ | endonce | ||
+ | CurrentCoords GetDigitalis 1 eq if | ||
+ | GetTimer0 eq0 if | ||
+ | CurrentCoords 20 SetCreeper | ||
+ | 60 SetTimer0 | ||
+ | endif | ||
+ | endif</ |