Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Altfire:
  2. DMSG D 0 A_PlaySound("lighton")
  3. DMSG D 1 Bright A_FireBullets(0,0,0,0,"NullPuff",0,300)
  4. DMSG D 0 A_ReFire
  5. DMSG D 1 A_PlaySound("LightOff")
  6. goto Ready
  7. Althold:
  8. DMSG D 1 Bright A_FireBullets(0,0,0,0,"NullPuff",0,300)
  9. DMSG D 0 A_ReFire
  10. DMSG D 1 A_PlaySound("lightoff")
  11. Goto Ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement