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

Difference between revisions of "C2 CAOS Codes"

From Creatures Wiki
Jump to navigation Jump to search
 
Line 10: Line 10:
 
|-  
 
|-  
 
|Remove all lifts and buttons in the world.
 
|Remove all lifts and buttons in the world.
|enum 2 2 0 kill targ next enum 3 2 0 kill targ next <!--
+
|enum 2 2 0 kill targ next enum 3 2 0 kill targ next  
 +
|-
 +
|Activate Science Kit
 +
|inst enum 2 9 16 mesg writ targ 0 endi<!--
 
|-  
 
|-  
 
|english
 
|english

Latest revision as of 07:40, 8 May 2022

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

Codes[edit]

Effect CAOS Code
Stop the selected norn drifting and floating around when the hit script glitches setv attr 198
Remove all lifts and buttons in the world. enum 2 2 0 kill targ next enum 3 2 0 kill targ next
Activate Science Kit inst enum 2 9 16 mesg writ targ 0 endi

See also[edit]