TARG
From Creatures Wiki
(Redirected from Targ)
TARG is a concept used by CAOS. Each running script has its own target variable, which represents the agent on which most CAOS commands act.
The target agent in agent scripts defaults to the agent in question (ie, OWNR), while there is no default target agent in install or removal scripts (ie, it is NULL).
The TARG variable is accessed or modified via the following:
Contents |
[edit] Usage
[edit] Command
Syntax: TARG target (agent)
This sets the target of the current script.
[edit] Function
Syntax: TARG
This returns the target as an agent.


