Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Jan 2021
T
stranger
OP Offline
stranger
T
Joined: Jan 2021
Hello there, sorry for this really weird question but I am modding a level and cannot find any answers online as to how to do this. I am trying to script a quest where if a certain character dies then the quest is complete but can't figure it out in the story editor. So far I have something like this:

IF
..............................

AND

QuestAccepted(_Character,"Burning Crusade",1)

THEN

PartySetFlag(_Character,"QuestUpdate_Burning Crusade_Sven Killed");

Joined: Mar 2016
Location: Belgium
T
addict
Offline
addict
T
Joined: Mar 2016
Location: Belgium
IF
CharacterDied((CHARACTERGUID)S_Your_Character_UUID)
AND
...


Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5