YesNoOk
avatar

trigger get hit or get damage (Read 21243 times)

Started by CAMARAO, March 07, 2018, 12:25:29 am
Share this topic:
trigger get hit or get damage
#1  March 07, 2018, 12:25:29 am
  • **
    • Portugal
    • http://flyper1989.weebly.com
does anyone know a trigger that active when p1 get hit or get damage???
Last Edit: March 07, 2018, 12:39:10 am by FlavioCamarao
Re: trigger get hit or get damage
#2  March 07, 2018, 01:28:59 am
  • ****
  • Still lurks regularly, but posts once a blue moon
    • Canada
trigger# = MoveType = H && StateNo != [120,155]
This checks to see if your character is in a gethit state, and is not in one of the guarding states.
This will not work if your chararcter does not go into a gethit state upon getting hit (via something like armour).
Re: trigger get hit or get damage
#3  March 07, 2018, 01:56:40 am
  • **
    • Portugal
    • http://flyper1989.weebly.com
trigger# = MoveType = H && StateNo != [120,155]
This checks to see if your character is in a gethit state, and is not in one of the guarding states.
This will not work if your chararcter does not go into a gethit state upon getting hit (via something like armour).

Yeah,
 my character have a armour!! = s
is there any way?? another trigguer???