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

UP

From Creatures Wiki
Jump to navigation Jump to search
The title given to this article is incorrect due to technical limitations. The correct title is _UP_.

_UP_ is a numeric constant.

Usage[edit]

Syntax: _UP_

Returns the numeric constant for up. (2)

Examples[edit]

_UP_ being used to check if the last collision of TARG was with the underside of a barrier (a "wall"):

DOIF WALL EQ _UP_
*action
ENDI

See also[edit]