cob-tutorial 2.zip

zip file icon
Fact Value
Original File cob-tutorial 2.zip
Game
  • Creatures 2
Wiki Link Search "cob-tutorial 2" on creatures.wiki
Tags
File Size: 3 KB

Archive has been repacked for EemFoo. Click to here

Description(Generated)

cob-tutorial 2 for Creatures 2, contains sprite files

Text File Composite

::----- cob-tutorial 2.rtf -----::
DRINK COB. 
  
  
  
     
 A drink cob is almost the same as a food cob, so they are also easy to made! 
 It will take a few minutes but look at the results. 
  
 You need to have my sprite files, and this cob tutorial. Do you have them? Let’ s begin! 
 Oh, and everything I explained in the last tutorial wont be in here!  
  
  
    Installation script. 
      
  
  inst 
 new: simp isdr 1 0 3500 0 
 setv cls2 2 7 48821 
 setv bhvr 0 64 
 setv attr 195 
 slim 
 edit 
 endm 
  
 inst 
  
 new: simp isdr 1 0 3500 0 
    Now we are using the s16 file isdr.s16 
      
 Setv cls2 2 7 48821 
  Nothing new, only the 7, this means it is a drink cob. 
   
 Setv bhvr 0 64 
 Setv attr 195 
 Slim 
 Edit 
 Endm 
  
 EAT SCRIPT. 
  
 <...truncated>