
I encountered some problems that give me a headache. I followed the basic tutorial on CK wiki and was going to create my first quest, but ... :
Unsolved problem
Solved problem
Problem 1
- My quest isn't starting (Event is set to NONE and enabled at game start)
- After last dialogue line I put the (see the code below), but nothing happens. There is no quest update and I don't have acces to further dialogue options with another NPC.
GetOwningQuest().SetStage(10)
- I can not use option described in tutorial "Quest Starting Scene" (activate on enter location), because it has to start after typing "coc x" in the console.
Problem 2
I can't figure out how to activate dialogue options for two NPCs simultaneously.
I'll appreciate all your help and will update this post if I'll encounter any other (adequate to topic) problems.
