Welcome to the Creatures Wiki! Log in and join the community.

LEFT

From Creatures Wiki
Jump to navigation Jump to search

LEFT is a numeric constant.

Usage[edit]

Syntax: LEFT

Returns the numeric constant for left. (0)

Examples[edit]

LEFT being used to check if the last collision of TARG was with a wall to the left:

DOIF WALL EQ LEFT
*action
ENDI

See also[edit]