zelazko Posted December 3, 2023 Share Posted December 3, 2023 (edited) I get locked in the ID1105 area. I added block to the area script ID1105.bcs thinking maybe it would get me out but looks like globals are not setting properly. The cutscene starts but I get teleported two times to Ulgoth's Beard and Athkatla Bridge with final destination being Athkatla Bridge ( I am in chapter 7 of EET). I changed: idtoEET to idtoEET1 It seems to worked. My party was teleported next to Maladernoth inside the Ulgoth's Beard Inn, and he started dialogue closing the IWD1 and teleported away himself after. IF Dead("EEBELHI1") // Belhifet THEN RESPONSE #100 ClearAllActions() StartCutSceneMode() FadeToColor([15.0],0) SetGlobal("Townie_Dead","GLOBAL",0) SetGlobal("Kill_Innocent","GLOBAL",0) Wait(1) StartCutScene("idtoEET") END Edited December 4, 2023 by zelazko Quote Link to comment
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.