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=9What 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/RUqW6YVlyey9NEWmra6y0D8oOqRa9Nand 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.