Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
#550934 07/09/14 03:02 PM
Joined: Sep 2014
journeyman
OP Offline
journeyman
Joined: Sep 2014
Hello everyone.

I`m trying to create my first level.

I watched this video http://www.youtube.com/watch?v=6CNcQz7j5KY&list=PLE13woN-fNgu6IuHZguk-VJE6xWCHh9bJ&index=9


What I`ve done - i created a new mod, dependend from Main, and I created one level Intro. Then i create a basic dialog, and a npc like in tutorial video.

I`m trying to link my npc with my dialog into the story editor.

I created new goal Init, cause in tutorial author sad that game need fully load to process scripts. So I made like that

https://monosnap.com/image/RUqW6YVlyey9NEWmra6y0D8oOqRa9N

and in children goal Intro_Quest I`m trying to link my NPC to my dialog.

DB_Dialogs(CHARACTER_Intro_Girl,"IntroLevel");

What i got - my player is walking, i see my npc, i see dialog icon, but dialog does not fire.

Can you give me some advices how to start?

Thank you.

Joined: Aug 2014
K
apprentice
Offline
apprentice
K
Joined: Aug 2014
DB command doesnt work for me as well, so i use another script i found on this forum for initiating dialogs.


IF
DialogStartRequested(CHARACTER_sourcemerchant,CHARACTER_maleHero)
THEN
DialogStartTwoSpeakerDialog("sourcemerchant",CHARACTER_maleHero,CHARACTER_sourcemerchant);

Now do this for every character you want to have dialog with

Last edited by Kolopaper; 07/09/14 03:36 PM.

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