Jump to content

Question to EET_End: tagging PID from BG1 with "Global("EndofBG1","GLOBAL",0)"


Recommended Posts

If BG1NPC is installed directly to EET, I see a strange behavior of how PIDs are tagged by EET_End.

The BG1NPC PID are usually triggered by ~IsGabber(Player1) %BGT_VAR%~, where %BGT_VAR% translates to "GlobalLT("ENDOFBG1","GLOBAL",2)" for EET.

With this, EET_End does not add a "BG1 only" check to these PIDs.

I then replaced the %BGT_VAR% - for BG1NPC only, because it only adds to BG1 - with "!GlobalGT("BD_PLOT","GLOBAL",0)", instead.

Now, the PID after EET_End has the following triggers:

Quote

Global("EndofBG1","GLOBAL",0)
IsGabber(Player1)
!GlobalGT("BD_PLOT","GLOBAL",0)

With "Global("EndofBG1","GLOBAL",0)" making my addition of "!GlobalGT("BD_PLOT","GLOBAL",0)" mute.

I checked this several times by installing with "GlobalLT("ENDOFBG1","GLOBAL",2)" or !GlobalGT("BD_PLOT","GLOBAL",0) in the PID triggers.

I guess there is logic behind this, but in my opinion, all IsGabber dialogue states from the BG1 dialogue should be disabled in SoD in EET, no matter what the additional triggers are? Because if they are not and are true in SoD, they lead to stutter when SoD dialogues should run.

 

Link to comment

I'm no longer sure what my problem was here. :huh: Global("EndofBG1","GLOBAL",0) is perfectly fine for BG1-only content and could be seen as equivalent to !GlobalGT("BD_PLOT","GLOBAL",0).

I'll come back to this in case I'll encounter a problem where PIDs for BG1-SoD get disabled or something.

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...