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

HIST MUTE

From Creatures Wiki
Revision as of 02:30, 11 September 2022 by Allekha (talk | contribs) (Created page with "'''HIST MUTE''' is a CAOS command that returns the number of mutations in a creature with a given moniker. ==Usage== Syntax: ''HIST MUTE moniker(str)'' Returns a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

HIST MUTE is a CAOS command that returns the number of mutations in a creature with a given moniker.

Usage[edit]

Syntax: HIST MUTE moniker(str)

Returns an integer, the number of point mutations in that creature.

Example[edit]

The Creature History reports the number of mutations a creature has:

*where ov01 contains the moniker of the creature
sets va00 "<tint 180 220 240>"
adds va00 read "creature_history" 16
adds va00 "<tint 255 255 255>"
adds va00 vtos hist mute ov01
ptxt va00

See also[edit]