Advertisement
SerityW

Untitled

Oct 19th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. FF @ End of action script, begin counter-attack script
  2. FC 02 24 2A | If... Hit by spell [Cure] or [Cura]
  3. FE | > End of if statement, reset target and wait
  4. FC 02 30 30 | If... Hit by spell [Curaga] or [Curaga]
  5. FE | > End of if statement, reset target and wait
  6. FC 03 E8 E9 | If... Hit by item [Potion] or [Hi-Potion]
  7. FE | > End of if statement, reset target and wait
  8. FC 05 00 00 | If... HP is decreased
  9. FB 0C 07 | > Misc.: Removes status Death
  10. FF - End of script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement