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

NEW: CRAG

From Creatures Wiki
Jump to navigation Jump to search

NEW: CRAG is a CAOS command in C3/DS which creates a non-skeletal creature; that is, a creature that uses the sprites of an agent.

Usage[edit]

Syntax: NEW: CRAG family (int) moniker (string) slot (int) sex (int) variant (int) imagefile (string) count (int) first (int) plane (int)

Creates a non-skeletal creature. The first 5 parameters are the same as in NEW: CREA; the last 4 are the same as in NEW: COMP.

Non-skeletal creatures will cause errors in the UI unless the Crag Patch is installed. This patch can be downloaded as part of the Robotic Creatures Pack on Eem Foo's Archive.

Examples[edit]

Creates new non-skeletal creature with the genome of a Chichi Norn, processes its instincts, and creates a life event for its birth.

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

External links[edit]