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

C1 CAOS Codes

From Creatures Wiki
Jump to navigation Jump to search

In Creatures 1, CAOS commands (macros) can be injected using the Genetics Kit or Creatures Commander.

Codes[edit]

Effect CAOS Code
Take the hand to the garden sys: cmra 3400 650
Take the hand to the island sys: cmra 7200 350
Take the hand to a random grendel (in the default game, this goes to the only grendel) rtar 4 2 0 doif targ ne 0 sys: camt endi
Select a random grendel. rtar 4 2 0 setv norn targ endm
Unfreeze paused eggs. enum 2 5 2 doif obv2 eq 2 setv obv2 0 endi next
Move all grendels to the bridge next to the grendel tree. enum 4 2 0 rndv var2 5000 5700 mcrt var2 600 next
Move all norns to the garden. enum 4 1 0 rndv var0 3400 4000 mcrt var0 930 next
Make all eggs hatch as male. enum 2 5 2 setv obv1 1 next
Make all eggs hatch as female. enum 2 5 2 setv obv1 2 next
Give the selected norn the maximum of Antibodies 0, 1, 2 and 3 stim writ norn 10 255 0 0 240 255 241 255 242 255 243 255
Give the selected norn the maximum of Antibodies 4, 5, 6 and 7 stim writ norn 10 255 0 0 244 255 245 255 246 255 247 255
Give the selected norn the maximum of Progesterone (to induce egg-laying in a pregnant norn) stim writ norn 10 255 0 0 66 255 0 0 0 0 0 0
Get rid of the Egg in the sky (and other broken things in the sky) inst setv var0 0 enum 0 0 0 doif posl lt 20 doif posr lt 100 addv var0 1 kill targ endi endi next dde: putv var0 endm

See also[edit]

External links[edit]