Jump to content

Paladin Path problem


Recommended Posts

You need to be in chapter 2, still. The cutscene will trigger in the Government District.

What are the variables "SpawnBrus", "BodiAppear", and "B!Alternatives" at?

 

Are you sure the mod installed fine?

 

 

IF
GlobalGT("SpawnBrus","GLOBAL",1)
Global("Chapter","GLOBAL",%bg2_chapter_2%)
GlobalGT("BodiAppear","GLOBAL",0)
Global("B!Alternatives","GLOBAL",0)
InMyArea(Player1)
THEN
RESPONSE #100
SetGlobal("B!Alternatives","GLOBAL",1)
ClearAllActions()
StartCutSceneMode()
StartCutScene("B!ALT_01")
END

Link to comment

According to EEKeeper

i have this variable : Global("Chapter","GLOBAL",%bg2_chapter_2%)

but none of these:

GlobalGT("SpawnBrus","GLOBAL",1)

GlobalGT("BodiAppear","GLOBAL",0)

Global("B!Alternatives","GLOBAL",0)

I re-installed the mod but it's still the same
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...