Alien Render Posted February 13, 2005 Share Posted February 13, 2005 Ok, i made all the stuff i need for my mod, all the interiors and exteriors and i made a new class and birthsign, and new NPCs, but I wold like to ask 1 question, HOW TO I MADE DIALOUGE! i made only one dialouge that worked, which was the greeting for the char, but i made 2 topics that DONT work.... plus i dont know how to use the choice system and how to do a topic that replys to u pressing one of the choices, help plz? Link to comment Share on other sites More sharing options...
ThetaOrionis01 Posted February 13, 2005 Share Posted February 13, 2005 By topics which don't work, do you mean that they don't appear in the list of topics the NPC knows about in game, or that you get incorrect responses when trying to talk about those topics? To fix the former, introduce the topics via the results field of the greeting you gave the NPC. In the results field, type: AddTopic "My first topic"AddTopic "My second topic" Do this for all topics you want to introduce. If the topics still don't appear, check the conditions you've set for the responses. The same goes if you get incorrect topic responses - check that the conditions for each response are set correctly. To introduce player choices, use the following syntax in the results field of the response which leads to the choice: Choice "my first choice" 1 "my second choice" 2 Above that response, create a new response - the NPC's reply to choice #1.Set the condition Function Choice = 1 for this response. Create responses for all other choices you gave the player, making sure to select the correct number in the Function Choice conditions field. The main thing to watch out for is that the choice responses must be above the response where the choice is given. If you're planning to do a lot of dialogue, you might want to have a look for a dialogue tutorial :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.