<- CRPL reference <- Digitalis Commands

GetDigitalisGrowth

ArgumentsResultNotation
X, YBoolean representing if Digitalis growth area is preset at X,Y x1 y1 – i1

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