home *** CD-ROM | disk | FTP | other *** search
/ Level 2003 September (DVD) / Level_2003-09_104_DVD_Shadowman.iso / DATA / SCRIPTS / GunScripts / BATON.GSC < prev    next >
Encoding:
Text File  |  2003-01-01  |  184 b   |  19 lines

  1. $main
  2. {
  3.     $weapon_name = "Baton"
  4. }
  5.  
  6. $activity "IDLE"        // activity 0
  7. {
  8.     $render                // frame 0
  9.     {
  10.     }
  11. }
  12.  
  13. $activity "FIRE"        // activity 1
  14. {
  15.     $render                // frame 0
  16.     {
  17.     }
  18. }
  19.