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

NORN (CAOS command)

From Creatures Wiki
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.

Usage[edit]

Command[edit]

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[edit]

Syntax: NORN

Returns the creature currently selected by the user.

Example[edit]

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[edit]

  • Pet Norn bug - caused by using this CAOS command inappropriately.