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
(Created page with "In Creatures 2, CAOS commands (macros) can be injected using the Genetics Kit or Creatures Commander. ==Codes== {| border=3 cellpadding=5 cellspacing=0 | width =...")
 
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
|-  
 
|-  
 
| Stop the selected norn drifting and floating around when the hit script glitches
 
| Stop the selected norn drifting and floating around when the hit script glitches
| setv attr 198 <!--
+
| 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<!--
 
|-  
 
|-  
 
|english
 
|english
Line 13: Line 19:
 
| - -->
 
| - -->
 
|}
 
|}
 +
 +
==See also==
 +
*[[Creatures 2 CAOS Language Guide]]
  
 
[[Category:C2 CAOS]]
 
[[Category:C2 CAOS]]
 
[[Category:Tips, Cheats and Easter Eggs]]
 
[[Category:Tips, Cheats and Easter Eggs]]

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]