leafbarrett

hit_player

Feb 22nd, 2020
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. if (attack == AT_FSPECIAL)
  2. { destroy_hitboxes(); }
  3.  
  4. if (attack == AT_USTRONG && (my_hitboxID.hbox_num == 2 || my_hitboxID.hbox_num == 6))
  5. { can_ustrong_cancel = true; }
  6. if (attack == AT_DSTRONG && (my_hitboxID.hbox_num == 4 || my_hitboxID.hbox_num == 5))
  7. { can_dstrong_cancel = true; }
  8. if (attack == AT_DAIR && my_hitboxID.hbox_num == 6)
  9. { can_dair_cancel = true; }
  10. if (attack == AT_BAIR && my_hitboxID.hbox_num == 2)
  11. { can_bair_cancel = true; }
Add Comment
Please, Sign In to add comment