This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:getdigitalisgrowth [2014/10/01 19:02] – external edit 127.0.0.1 | crpl:docs:getdigitalisgrowth [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~DISCUSSION~~ | ||
<- [[crpl: | <- [[crpl: | ||
===== GetDigitalisGrowth | ===== GetDigitalisGrowth | ||
Line 9: | Line 8: | ||
=== Description === | === Description === | ||
Pushes a 1 if Digitalis growth is present, 0 otherwise. | Pushes a 1 if Digitalis growth is present, 0 otherwise. | ||
+ | |||
+ | Digitalis Growth is the path digitalis is allowed to grow on. | ||
+ | |||
=== Examples === | === Examples === | ||
- | < | + | < |
+ | #Create digitalis below only if this tower is on a pathway | ||
+ | CurrentCoords GetDigitalisGrowth if | ||
+ | CurrentCoords 1 SetDigitalis | ||
+ | endif | ||
+ | </ | ||