This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:getdigitalisgrowth [2013/01/14 19:10] – 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: | ||
+ | <- [[crpl: | ||
===== GetDigitalisGrowth | ===== GetDigitalisGrowth | ||
Line 8: | Line 8: | ||
=== Description === | === Description === | ||
Pushes a 1 if Digitalis growth is present, 0 otherwise. | Pushes a 1 if Digitalis growth is present, 0 otherwise. | ||
- | === Examples === | ||
- | < | ||
+ | Digitalis Growth is the path digitalis is allowed to grow on. | ||
+ | |||
+ | === Examples === | ||
+ | < | ||
+ | #Create digitalis below only if this tower is on a pathway | ||
+ | CurrentCoords GetDigitalisGrowth if | ||
+ | CurrentCoords 1 SetDigitalis | ||
+ | endif | ||
+ | </ | ||