@Skellytz Hello, I noticed this a while ago and think I've finally kind of found the issue.
At the Nashekl carnival (AR3800) when speaking to Gazib, the dialogue effectively loops, you never get to the point where Oopah attacks and Gazib runs away.
He (Gazib) says the line Response: You're either a die-hard fan or a sadist, friend... (No, Oopah, just one more, one last one, then you can go back to the tent... Oopah, put the weapon down -- Oopah?) AAaeee!
Oopah then appears (almost directly on top of Gazib) and then just explodes again. You can then speak to Gazib and repeat this indefinitley it seems.
So i used NI to have a look at GAZIB.DLG in both my current BGT-WeiDU install and in BG1 and it looks like its not being transferred/converted properly.
GAZIB.DLG in BG1 has the following;
Action 0 - CreateCreature("OOPAH",[1282.3222])
Action 1 - CreateCreature("OOPAH",[1282.3222])
Action 2 - CreateCreature("OOPAH2",[1282.3222])
EscapeArea()
Whereas in BGT it has the following
Action 0 - CreateCreature("OOPAH",[1282.3222])
Action 1 - CreateCreature("OOPAH",[1282.3222])
Action 2 - CreateCreature("OOPAH",[1282.3222])
This is happening in the most recent version of BGT and, as I'm trying out Vlad's comp and Nej3, version 1.18
Let me know if there's anything i can do to test further.
Thanks