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

IITT

From Creatures Wiki
Jump to navigation Jump to search

IITT is a CAOS function related to creatures.

Usage[edit]

Syntax: IITT

Returns, as an agent, the current focus of TARG.

Can work as an immediate equivalent of _IT_, if TARG OWNR is set first.

Example[edit]

Store current focus of current norn's attention:

TARG NORN
SETA va00 IITT

It is also used by the object of attention indicator:

doif norn ne null
	targ norn
	doif iitt ne null
		targ iitt
		(...)

See also[edit]