home *** CD-ROM | disk | FTP | other *** search
/ CD Action 12 B / cdactioncoverdisc / outlaw / outmulti.exe / olpatch1.lab / gsatchel.itm < prev    next >
Text File  |  1997-03-18  |  856b  |  30 lines

  1. ITEM 1.0
  2.  
  3. NAME gsatchel
  4. FUNC Inv_GroundObject
  5. ANIM gsatchel.nwx
  6.  
  7. DATA 18
  8.     INT     PICKUP_COUNT    4               # two objects get picked up
  9. #object 0     
  10.     STR     PICKUP          ibullit         # first are some bullets
  11.        INT     COUNT           4               # 4 of those
  12.     INT    PICKUP_MSG    200        n bullets
  13.     STR    ITEM_CLASS    ammo
  14. # object 1
  15.        STR     PICKUP1         icart           # second are some cartridges
  16.        INT     COUNT1          4               # 4 of those
  17.     INT    PICKUP_MSG1    201        n carts
  18.     STR    ITEM_CLASS1    ammo
  19. # object 2
  20.     STR    PICKUP2        ishells        # third are shells
  21.     INT     COUNT2        4        # 4 of those
  22.     INT    PICKUP_MSG2    202            n shells
  23.     STR    ITEM_CLASS2    ammo
  24. # object 3
  25.     STR    PICKUP3        idocbag        # fourth are some docbags
  26.     INT     COUNT3        2        # 2 of those
  27.     INT    PICKUP_MSG3    304         docbag
  28.     STR    ITEM_CLASS3    heal
  29.     STR    PICKUP_SOUND    cool
  30.