All I want to do is have a single quest NPC deliver dialog. After the dialog you have to go collect an object. Then you return to the npc and he gives you a new set of dialog.
Is there a tutorial that teaches this?
I did a lot of searching for quest tutorials but came up dry.
You'll have to make something yourself, being creative with triggers. It's not really that hard
Just create an event when unit enters a region (the region being a tiny region next to a quest giver). Then make it show dialogs with quest text, enable the trigger that allows you to complete the quest. Then if you enter the same region as you first started, it checks for a variable whether the quest objective was completed - if so, give reward and end quest dialog text.
You can be creative and do anything with triggers like that
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
How do I make a quest for my map?
All I want to do is have a single quest NPC deliver dialog. After the dialog you have to go collect an object. Then you return to the npc and he gives you a new set of dialog.
Is there a tutorial that teaches this?
You'll have to make something yourself, being creative with triggers. It's not really that hard
Just create an event when unit enters a region (the region being a tiny region next to a quest giver). Then make it show dialogs with quest text, enable the trigger that allows you to complete the quest. Then if you enter the same region as you first started, it checks for a variable whether the quest objective was completed - if so, give reward and end quest dialog text.
You can be creative and do anything with triggers like that