Welcome to the Creatures Wiki! Log in and join the community.
GameFreak7744’s Tutorial Cheese
Jump to navigation
Jump to search
Quick Info[edit]
Description[edit]
This is the COB you learn to make in GameFreak's first C1 tutorial, it is a piece of cheese that does nothing very interesting to your creatures - 50 Hunger Decrease and 25 Starch.
Another tutorial teaching C1 CAOS is LummoxJR's COB Tutorial Series.
You can download the full tutorial from GameFreak's Lab - below is the source code.
Source Code[edit]
*** Installation Script *** iscr inst new: simp gft1 1 0 3500 0 setv clas 33947448 setv attr 67 bhvr 0 1 mesg writ targ 8 edit endm endm *** Eat Script *** scrp 2 6 174 1 stim writ from 10 255 0 0 35 50 57 25 0 0 0 0 snde chwp kill ownr endm endm