Description(Generated)
cob-tutorial 4 for Creatures 2, contains sprite files
| Fact | Value |
|---|---|
| Original File | cob-tutorial 4.zip |
| Game |
|
| Wiki Link | Search "cob-tutorial 4" on creatures.wiki |
| Tags |
Archive has been repacked for EemFoo. Click to here
cob-tutorial 4 for Creatures 2, contains sprite files
::----- Cob-tutorial 4.rtf -----::
Cob tutorial 4:
A food vendor!
Now we’ ll make something different: a food vendor, you know the red cheese (horny red cheese) that’ s in the dispensor!
You need the new version of irch.s16 (this is in a zip-file) And BoBCoB.
First you have to embed the s16 and wav files in your cob.
And now make a new installation script.
inst
new: simp irch 2 0 300 0
setv cls2 2 8 48824
setv attr 199
bhvr 1 1
slim
edit
Setv cls2 2 8 4108
The class-number is different, now it is 8 (for the dispenser)
Setv attr 199
There is a new attribute; now a norn/ettin/grendel can activate it.
Make a new « other script» .
scrp 2 8 48824 1
setv actv 0
snde vend
stim writ from 0 255 0 0 45 100 0 0 0 0 0 0
setv va00 posb
setv va01 posl
subv va00 68
addv va01 30
inst
new: simp irch 2 0 3000 0
setv cls2 2 12 41062
setv attr 195
<...truncated>