- Joined
- Mar 13, 2012
- Messages
- 2,410
- Reaction score
- 1,106
- First Language
- French
I'm using Visustella. Is it possible to check if a large-healing spell recovers at least 1 HP for at least 1 character?
For a single-healing one, I know this works:
<JS Pre-Damage>
if (b.hpRate()==1) ( whatever you want );
</JS Pre-Damage>
But is there a way to "extend" it to the full party?
For a single-healing one, I know this works:
<JS Pre-Damage>
if (b.hpRate()==1) ( whatever you want );
</JS Pre-Damage>
But is there a way to "extend" it to the full party?