This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:crpltutorial:interactive:advancedemitter [2018/03/08 00:19] – added syntax highlithing kajacx | crpl:crpltutorial:interactive:advancedemitter [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 70: | Line 70: | ||
FIXME | FIXME | ||
- | < | + | < |
+ | > I would assume increasing the creeper emission amount e.g.< | ||
+ | if(<-Amt <-AmtMax neq) | ||
+ | < | ||
+ | endif </ | ||
+ | </ | ||
==== Digitalis support ==== | ==== Digitalis support ==== | ||
+ | Simply add this code to the file to add Digitalis support | ||
+ | < | ||
+ | if(CurrentCoords GetDigitalis eq0 CurrentCoords GetDigitalisGrowth 1 eq eq) | ||
+ | CurrentCoords 1 SetDigitalis | ||
+ | endif | ||
+ | </ | ||
+ | If there is any DigitalisGrowth //(The white Digitalis-like stuff that shows where it will grow)// under the core, Digitalis will grow. | ||
==== Phantom/ | ==== Phantom/ | ||
==== Flip emitter ==== | ==== Flip emitter ==== |