home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 99 / dppcz0201.7z / dppcz0201.mdf / Demos / Alice / alicedem.exe / demo / pak0.pk3 / models / fx_boojum_scream.tik < prev    next >
Text File  |  2000-11-20  |  429b  |  38 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 7
  5.     path models/fx/fx_boojum_scream
  6. //    surface all shader models/fx/fx_boojum_scream
  7. //    surface all shader +nodraw
  8. }
  9.  
  10. init
  11. {
  12.     server
  13.     {
  14.         classname Projectile
  15. //        setsize "-4 -4 -4" "4 4 4"
  16.         hide
  17.         speed 600
  18.         hitdamage 2
  19.         knockback 80
  20.         life 1
  21.     }
  22.     client
  23.     {
  24.     }
  25. }
  26.  
  27. animations
  28. {
  29.     idle    scream.tan
  30.     {
  31.         client
  32.         {
  33. //            entry surface all +nodraw
  34.         }
  35.     }
  36.     explode    scream.tan
  37. }
  38.