Should be fairly easy to do, sorry I missed this before I've been stupid busy the last 3 days.


I don't have the particulars off hand (so the script might be a little off), but something along the lines of:

IF
CharacterLeftCombat(_Player,_)
AND
DB_IsPlayer(_Player)
AND
CharacterIsDead(_Player,0) //gotta be alive
THEN
CharacterConsume(_Player,"STORY_PartyRest");


Like I said I'm pretty sure the script is off cause I'm just going off the top my head and not the editor. But it's pretty easy to do.

Last edited by SniperHF; 30/09/17 06:34 AM.