Skitia
Skitia
It's possible it was missed/disqualified, or that I did not code it properly. I will test it in the coming days. I remember that conversation branch being prickly.
I consider the BG2 version complete, but I do have a big update coming for October (November if I run out of time) that will revise and add content.
Reactions
-
Re: Bgee, how to make strings appear over objects?
What line is failing? If it is InteractingWith, I would instead go with IsGabber(Object), I.E. IsGabber([PC]). (View Post)1 -
Re: Help with custom race mod!
This should work. It patches specifically half-drow so it displays in the UI. I'd rather not patch every race as I don't have author permission to work on this mod, so if there is a specific race you… (View Post)2 -
Re: [v1.61] Drake, a human priest of Tyr NPC for BG:EE and SoD
I have that bug for all mod NPCs in the SoD starting dungeon for some reason, even with mine, unless I save the game and reload it upon starting the dungeon. Their scripts don't get changed for some … (View Post)1 -
Re: [v1.61] Drake, a human priest of Tyr NPC for BG:EE and SoD
Is your reputation 10 or higher? According to the conditions list, that is required to get C02DrakeRomance present and set to 1. (View Post)1 -
Re: [v1.61] Drake, a human priest of Tyr NPC for BG:EE and SoD
That would be wrong to change the number to 0 or 2. Breaking it down: IF InParty(Myself) -> You are in the party. Global("C0DrakeMatch","GLOBAL",0) -> Romantic Match not det… (View Post)1