FLAG1 ... FLAG8

General-purpose binary entity and particle flags for use in actions. Can also be set by WED's entity properties panel.

Type:

Flag

Example:

if (my.FLAG1 == ON) { my.FLAG1 = OFF; my.skill1 += 1; } // C-Script
if is(my,FLAG1) { reset(my,FLAG1); my.skill1 += 1; }    // lite-C

See also:

skill