Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Oct 2017
P
apprentice
OP Offline
apprentice
P
Joined: Oct 2017
it's been a while since I'm on it, I can do a lot of things with the event trigger, but then I can not launch a dialog when you enter a specific zone.

[quote]IF
CharacterEnteredTrigger(_char, TRIGGERGUID_EventTrigger_003_a38bd9ec-357e-4485-90f1-9e9eba669180)
THEN
DialogStartRequested (a26a1efb-cdc8-4cf3-a7b2-b2f9544add6f, 16e993ef-b4d5-4abd-b723-1f7760313fcd);
[/quote]

a26a1efb-cdc8-4cf3-a7b2-b2f9544add6f is my _char
16e993ef-b4d5-4abd-b723-1f7760313fcd is my _player

If someone finds the bug, would be nice, thank you very much

Joined: Oct 2017
P
apprentice
OP Offline
apprentice
P
Joined: Oct 2017
I go back to the subject, maybe someone is in the same worry and shouted that we are helping each other, or maybe a person to the answer.

Joined: Oct 2017
P
apprentice
OP Offline
apprentice
P
Joined: Oct 2017
Since the time I have found the answer, here is the case or

Quote
IF
CharacterEnteredTrigger(_char, _triggerzone)
AND
QueryOnlyOnce("name_Dialog")
THEN
Proc_StartDialog(1,"name_dialog",CHARACTERGUID, _char);


Moderated by  Larian_KVN 

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