Fight condition

+
Fight condition

Hello, I wonder if there is a condition to check if geralt is or isn't in a fight mode at the moment?
Thanks.
 
Try Pause with [CQuestActorCondition] condition, actorTag: PLAYER, checkType: [CQCCheckIfCombatModeActive].

I didn't have a chance to use this condition yet, but it seems to be the thing you're looking for.
 
In witcherscript for sure. Not sure for questblocks though. If there isn't and Horn solution won't work, then i might try to write such block for you.
 
Try Pause with [CQuestActorCondition] condition, actorTag: PLAYER, checkType: [CQCCheckIfCombatModeActive].

I didn't have a chance to use this condition yet, but it seems to be the thing you're looking for.

Yes that is what i was looking for, it was used in vanilla all the time, but I couldnt find the right condition. Thanks
 
Top Bottom