Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
#536049 03/08/14 12:35 PM
Joined: Jul 2014
Z
stranger
OP Offline
stranger
Z
Joined: Jul 2014
Basically in my script, after the characters creation, I've removed one party member that I will add later after a dialogue.

The problem is that the removed member still follows the main character, I've tried using the command CharacterStopFollow, but it doesn't work.

Any suggestions? ouch

Last edited by ZakMcKracken; 03/08/14 12:36 PM.
Joined: Jul 2014
R
addict
Offline
addict
R
Joined: Jul 2014
Code
CharacterRemoveFromParty(CHARACTER_Player2)


and then later

Code
CharacterAddToParty(CHARACTER_Player2)

Joined: Jul 2014
Z
stranger
OP Offline
stranger
Z
Joined: Jul 2014
Ye, I Know how to add/remove character to party, my problem was different. Anyway I found the solution just using the command CharacterDetachFromGroup()


Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5