|
The only way to use constants in ENIGMA so far is to use enumerations :
enum {UP, DOWN, LEFT, RIGHT,NONE}; Declarations of enumerations are currently not possible in scripts or objects, however you can include them in definitions, under ENIGMA settings.
|