leeconnor Posted February 1, 2015 Share Posted February 1, 2015 Hi everyone. I'm new to the scripting side of the GECK and I wanna create paid mercenary companions, but havent a clue on how to go about it! I can can make the NPC's, but as far as the conversation goes, I'm lost. Can anyone help? Link to comment Share on other sites More sharing options...
tomm434 Posted February 1, 2015 Share Posted February 1, 2015 You need to create a new quest for that NPC. (make it "enable from game start")Look at vanilla quests with dialogues and do the same. The line NPC says after player activates is in "Greeting" topic (Create new quest and add this topic to it). Inside you create reponses http://postimg.org/image/z14zfiby3/ Look at this picture.In 1 topic there can be many reponses. (there can be only one of them be present at a time).To specify the exact response you want you need to use conditons (the simpliest of them is GetIsID - it ties response to particular NPC)Just try to do something and you'll learn quick =) Link to comment Share on other sites More sharing options...
leeconnor Posted February 2, 2015 Author Share Posted February 2, 2015 cheers i'll have have bash :thumbsup: Link to comment Share on other sites More sharing options...
Recommended Posts