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

Difference between revisions of "HOTS"

From Creatures Wiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
sends the activate 1 message to the agent the pointer is over
 
sends the activate 1 message to the agent the pointer is over
 +
 +
[[category:C3_Command_list]]

Revision as of 18:51, 23 July 2005

HOTS is the variable for "The object the pointer is currently over" You can use HOTS for destroying agents, sending messages to agents, and more.

Examples

HOTS in the command line

kill hots

destroys the agent the pointer is over.

mesg writ hots 1

sends the activate 1 message to the agent the pointer is over