Welcome to the Creatures Wiki! Log in and join the community.
NORN (CAOS command)
Jump to navigation
Jump to search
NORN is a CAOS command used to either return or change the active creature. Despite the name, it will return other creature species as well.
Contents
Usage
Command
Syntax: NORN creature(agent)
Changes the selected creature to the one indicated and activates script number 120 (selected creature changed) on agents that have it.
Function
Syntax: NORN
Returns the creature currently selected by the user.
Example
The timer script for the Creature Indicator checks which creature is selected:
doif norn ne null targ norn ...
Reset the currently selected creature to none:
norn null
See also
- Pet Norn bug - caused by using this CAOS command inappropriately.