Advertisement
wolfboyft

show

Jul 11th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ACTOR ChainsawPain: Chainsaw replaces Chainsaw
  2. {
  3. Weapon.SlotNumber 1
  4. Tag "Chainsaw"
  5. PainType "Painsaw"
  6. States{
  7. Fire:
  8. SAWG AB 4 A_Saw("weapons/sawfull", "weapons/sawhit", 6, "BulletPuff", 0, 100)
  9. SAWG B 0 A_ReFire
  10. Goto Ready
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement