home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / 2015 / models / card_terminal_access.def < prev    next >
Encoding:
Text File  |  1999-02-24  |  1022 b   |  47 lines

  1. SDEF
  2.  
  3. /*SINED Inventory_TerminalAccessCard (0 .5 .8) (0 0 0) (0 0 0) NOT_SOLID NOT_DAMAGABLE
  4. Terminal Access Card
  5. */
  6.  
  7. // -----------------------------------------------------------------------------
  8. // FILE DECLARATIONS
  9. //
  10. // Model Commands
  11. path models/powerups/card
  12. scale 2
  13.  
  14. // Base Model
  15. card.sbm
  16.  
  17. // Skins
  18.         terminal_access.tga
  19.  
  20. // Normal Animations
  21. idle        card.sam
  22. pose        card_pose.sam 
  23.  
  24. // -----------------------------------------------------------------------------
  25. // INITIALIZATION SECTION
  26. //
  27. !init:
  28.  
  29. // Class Setup
  30. server classname TerminalAccessCard
  31. server setsize "-8 -4 0" "8 4 8"
  32.  
  33. // Sound Aliases
  34. server dialogneeded global/universal_script.scr::need_terminal_access_card
  35. server alias snd_pickup "weapons/pkup/ammo/bulletup1.wav"
  36.  
  37. // Icon and Inventory Name
  38. server iconname "i_card_terminal_access"
  39. server itemname "Terminal Access Card"
  40.  
  41. // -----------------------------------------------------------------------------
  42. // MAIN SECTION
  43. //
  44. !main:
  45.  
  46.  
  47.