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

HIST CROS

From Creatures Wiki
Jump to navigation Jump to search

HIST CROS is a CAOS command that returns the number of times the genomes of the parents of a creature with a given moniker crossed over when creating its genome.

Usage[edit]

Syntax: HIST CROS moniker(str)

Returns an integer, the number of crossover points during the conception of the creature.

Example[edit]

The Creature History reports the number of crossover points a creature had during conception:

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

See also[edit]