Jump to content

Is this correct?


Guest Guest

Recommended Posts

I just found this in the tp2 file for fixpack. It's under the ease of use romance bugfix section:

 

COPY_EXISTING ~jaheira.BCS~ ~override~

DECOMPILE_BCS_TO_BAF

REPLACE_TEXTUALLY ~GlobalLT("DerminSpawn","GLOBAL",5)~

~ GlobalLT("DerminSpawn","GLOBAL",5)

!InParty(Myself)

THEN

RESPONSE #100

RealSetGlobalTimer("JaheiraRomance","GLOBAL",3600)

SetGlobal("DerminSpawn","GLOBAL",5)

SetGlobalTimer("DerminAppear","GLOBAL",17280)

StartDialogueNoSet([PC])

END

 

 

First off I went and compared this to the EoU tp2 file and found that the above bit exists nowhere in the tp2 for EoU...?? Secondly, the part that caught my eye was the line

 

!InParty(Myself)

 

I'm not a scripter but is that right? Isn't it a given that object Myself is always in party??

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...