This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
crpl:docs:getdigitalisgrowth [2013/01/14 19:03] – created chani | crpl:docs:getdigitalisgrowth [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | TODO | + | <- [[crpl: |
+ | ===== GetDigitalisGrowth | ||
+ | |||
+ | ^Arguments^Result^Notation^ | ||
+ | |X, Y|Boolean representing if Digitalis growth area is preset at X,Y |'' | ||
+ | |||
+ | |||
+ | === Description === | ||
+ | Pushes a 1 if Digitalis growth is present, 0 otherwise. | ||
+ | |||
+ | 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 | ||
+ | </ |