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

Agent

From Creatures Wiki
Revision as of 16:14, 3 January 2005 by GreenReaper (talk | contribs)
Jump to navigation Jump to search

An agent is a programming object in Creatures 3 and other games based on its engine, such as Docking Station, Creatures Adventures and Creatures Playground. Compare COBs of Creatures and Creatures 2.

If you like a COB, why not add it to the list of known agents?

Characteristics

Each agent is identified by a three-part number consisting of a family, genus, and species. Each one is more specific than the last; for instance, family might indicate 'creature', genus 'grendel', and species 'male'. CAOS scripts are associated with agents with these numbers, and optionally entries of 0 to insert a wildcard.

Each agent has 100 user-defined variables of the form OV00, OV01, ... up to OV99. In addition, values are associated with the agent for velocity, acceleration due to gravity, friction, etc.