Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Class boompae extends pupae;
  2.  
  3. function PlayMeleeAttack()
  4. {
  5. Destroy();
  6. }
  7.  
  8. function destroy()
  9. {
  10. Spawn(class'botpack.guidedwarshell')
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement