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

NEW: CREA

From Creatures Wiki
Revision as of 07:11, 11 September 2022 by Uranium (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

NEW: CRAG is a CAOS command in C3/DS that denotes the creation of a creature.

Usage[edit]

Syntax: NEW: CRAG family (int) moniker (string) slot (int) sex (int) variant (int)

Creates a creature. moniker is the genome that will be used for the creature and must first be initialized using GENE LOAD; the correct slot must be specified as well. sex can be set to 0 for random, 1 for male, and 2 for female. If variant is set to 0 then the creature will have a random variant from 1 to 8; otherwise, it will have the variant specified.

Examples[edit]

Creates a Chichi Norn, processes its instincts, and creates a life event for its birth.

gene load targ 1 "norn.chichi06.ex47" 
new: crea 4 targ 1 0 0
doin ins#
born

See also[edit]