home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 32 / NEXT32.iso / pc / outlaws / multi / outmulti.exe / olpatch1.lab / ggatgun.itm < prev    next >
Text File  |  1997-03-18  |  367b  |  19 lines

  1. ITEM 1.0
  2.  
  3. # gatling gun (on ground)
  4.  
  5. NAME ggatgun
  6. FUNC Inv_GroundObject
  7. ANIM ggatgun.nwx
  8. DATA 9
  9.       INT    PICKUP_COUNT    2        # two objects get picked
  10.     STR    PICKUP1        iclip        # name of the object    
  11.     INT    COUNT1        100        # 100 of those
  12.     STR    PICKUP        igatgun
  13.     INT    COUNT        1
  14.     INT     PICKUP_MSG     107
  15.     STR    PICKUP_SOUND    weapgrab
  16.     STR    ITEM_CLASS1    ammo
  17.     STR    ITEM_CLASS    weap
  18.     
  19.