Advertisement
Guest User

WHAT IS WRONG

a guest
Apr 4th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. Actor HecklerKochBrownPistol : Weapon
  2. {
  3. Weapon.SelectionOrder 1900
  4. Weapon.AmmoUse 1
  5. Weapon.AmmoGive 20
  6. Weapon.AmmoType "Clip"
  7. AttackSound "Weapon/HKBPFIRE"
  8. Weapon.SlotNumber 2
  9. Obituary "%o was Killed by %k's HKPB."
  10. +WEAPON.WIMPY_WEAPON
  11. Inventory.Pickupmessage "Picked up a HKPB."
  12. States
  13. {
  14. Ready:
  15. HKBP A 1 A_WeaponReady
  16. Loop
  17. Deselect:
  18. HKBP A 1 A_Lower
  19. Loop
  20. Select:
  21. HKBP A 1 A_Raise
  22. Loop
  23. Fire:
  24. HKBP A 0
  25. HKBP A 1 A_FireBullets (5.2,1,2,"BulletPuff",1)
  26. HKBP B 1 A_Light2
  27. HKBP C 1 A_Light1
  28. HKBP D 1 A_Light0
  29. HKBP DEA
  30. HKBP A 3 A_Refire
  31. Goto Ready
  32. Flash:
  33. HKBP A 3 A_Light1
  34. HKBP A 3 A_Light0
  35. Goto Lightdone
  36. Spawn:
  37. HKP A -1
  38. stop
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement