Advertisement
ijontichy

<stdin>

Jul 17th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. actor Heh: CustomInventory
  2. {
  3. States
  4. {
  5. Pickup:
  6. TNT1 A 0 A_JumpIfInventory("HerpCounter", 5, 1)
  7. goto PickupFail // less than 5 HerpCounters? do nothing
  8. TNT1 A 0 A_GiveInventory("HerpGun")
  9. stop
  10.  
  11. PickupFail:
  12. TNT1 A 0
  13. fail
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement