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

HOTS

From Creatures Wiki
(Redirected from Hots)
Jump to navigation Jump to search

HOTS is a CAOS command used to output the unique identifier of the object the pointer is over, introduced in C3.

Usage[edit]

Syntax: HOTS

Used as a target identifier.
Returns the identifier of the object with the highest plane under the pointer.

Examples[edit]

Being used in the command line to destroy HOTS:

KILL HOTS

Being used to set a variable to HOTS for later use:

SETA va00 HOTS

Calling an activate one script in HOTS:

MESG WRIT HOTS 1

See also[edit]