- Joined
- Jun 17, 2020
- Messages
- 15
- Reaction score
- 2
- First Language
- english
- Primarily Uses
- RMMV
I need help on this revive item. struggling with using both formula and notepad.
this item, on death > revive. the note using yep action sequence.
so I tried to create this revive item shown below:
target = knockout > remove knockout state + restore Hp
and if not knockout: target add state 10 (which is autolife or auto revive on death)
formula use:
if (b.isStateAffected(1)) b.removeState(1); b.gainHp(mhp*0.5) else b.addState(10)

this item, on death > revive. the note using yep action sequence.
so I tried to create this revive item shown below:
target = knockout > remove knockout state + restore Hp
and if not knockout: target add state 10 (which is autolife or auto revive on death)
formula use:
if (b.isStateAffected(1)) b.removeState(1); b.gainHp(mhp*0.5) else b.addState(10)


