argent77
argent77
Reactions
-
Re: Why does Torment use Baldur's Save Game Data?
The same is true for IWD:EE as well. (View Post)2 -
Re: Is "Banter Accelerator" included among adopted Qwinn's fixes?
'Qwinn's Banter Accelerator' is not included in PST:EE (which is actually an exe hack and therefore not applicable for PST:EE). But since the game is based on the EE engine it should be a simple matt… (View Post)1 -
Re: Getting swamped on Dragon's Eye level 2
It has probably something to do with an area-wide variable that is set as soon as a creature notices the party. It causes all creatures to walk towards Player1 with 50% probability. Since this check … (View Post)3 -
Re: JoinParty in scripts
Example join script: IF !InParty(Myself) Global("SomeGuardVariable","LOCALS",0) THEN RESPONSE #100 SetGlobal("SomeGuardVariable","LOCALS",1) JoinParty() END Th… (View Post)1 -
Re: JoinParty in scripts
I don't think there is an opcode that behaves like JoinParty(). You probably have to summon a helper creature to force the target into the party. It might also work to use opcode 82 (Set AI Script) t… (View Post)1
