User Tools

Site Tools


crpl:crpltutorial:interactive:advancedemitter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crpl:crpltutorial:interactive:advancedemitter [2018/03/08 00:19] – added syntax highlithing kajacxcrpl:crpltutorial:interactive:advancedemitter [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 70: Line 70:
  
 FIXME FIXME
-<hidden> What exactly is supposed to be put here? Progressive how? And why explain what a negative increment value would do? </hidden>+<hidden> What exactly is supposed to be put here? Progressive how? And why explain what a negative increment value would do? 
 +> I would assume increasing the creeper emission amount e.g.<code> 
 +if(<-Amt <-AmtMax neq) 
 + <-AmtIncrease 30.00 <-Delay div div <-Amt add ->Amt 
 +endif </code>  
 +</hidden>
  
 ==== Digitalis support ==== ==== Digitalis support ====
 +Simply add this code to the file to add Digitalis support
 +<code>
 +if(CurrentCoords GetDigitalis eq0 CurrentCoords GetDigitalisGrowth 1 eq eq)
 + CurrentCoords 1 SetDigitalis
 +endif
 +</code>
 +If there is any DigitalisGrowth //(The white Digitalis-like stuff that shows where it will grow)// under the core, Digitalis will grow.
  
 ==== Phantom/slip emitter ==== ==== Phantom/slip emitter ====
  
 ==== Flip emitter ==== ==== Flip emitter ====
crpl/crpltutorial/interactive/advancedemitter.1520468383.txt.gz · Last modified: 2025/02/14 14:56 (external edit)