home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / items / dm_50_healthbox.tik < prev    next >
Encoding:
Text File  |  2002-10-24  |  270 b   |  25 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 0.52
  5.     path models/items/healthpacks
  6.     skelmodel firstaid.skd
  7.     surface material1 shader firstaid_dm
  8. }
  9.  
  10. init
  11. {
  12.     server
  13.     {
  14.         classname Health
  15.         amount 50
  16.         dmamount 50
  17.         pickupsound med_kit
  18.     }
  19. }
  20.  
  21. animations
  22. {
  23.     idle firstaid.skc
  24. }
  25.