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

KILL

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

KILL is a CAOS command used to remove an instance of an agent from the world. Not to be confused with DEAD, the command used to kill a creature.

Usage[edit]

Syntax: KILL target(agent)

Removes the target agent from the world, and instantly ends any of it's scripts that are running.

Examples[edit]

Being used in the command line to remove HOTS, the agent the mouse pointer is over, from the world:

KILL HOTS

Being used to remove all creatures from the world:

ENUM 4 0 0
KILL TARG
NEXT