sharps91 Posted August 30, 2011 Share Posted August 30, 2011 So I wanted to create a new set of dialogue. The player will talk to the NPC and will be given four options, one of the being the right choice and taking them onto more options. How do I make it so that once the character has chosen the correct line the three other lines will never be seen again? Link to comment Share on other sites More sharing options...
TheTalkieToaster Posted August 30, 2011 Share Posted August 30, 2011 Just have them all be choices of a "Say Once" dialogue? Link to comment Share on other sites More sharing options...
sharps91 Posted August 30, 2011 Author Share Posted August 30, 2011 Just have them all be choices of a "Say Once" dialogue? If I do that though they are still there if they are not picked.I want it so that they are gone forever as soon as the right option is picked. Any ideas? Link to comment Share on other sites More sharing options...
viennacalling Posted August 30, 2011 Share Posted August 30, 2011 Could try this: 1. Attach a quest script to your dialogue that has a variable in it.2. When the correct line is chosen set the variable to 1.3. Place a condition on the other three lines so that they only display if the variable is not 1. Link to comment Share on other sites More sharing options...
sharps91 Posted August 30, 2011 Author Share Posted August 30, 2011 Could try this: 1. Attach a quest script to your dialogue that has a variable in it.2. When the correct line is chosen set the variable to 1.3. Place a condition on the other three lines so that they only display if the variable is not 1. Ok, I'm still pretty new to this so how would I go about doing all that? Link to comment Share on other sites More sharing options...
geekminxen Posted August 31, 2011 Share Posted August 31, 2011 Ok, I'm still pretty new to this so how would I go about doing all that? Go here: http://www.cipscis.com/fallout/tutorials/beginners.aspx and explore. :) LlamaRCA recommended this info to me as I am just starting as well, and it's been truly helpful. And a bit dangerous-- "Oh, cool, I can do *that*?" XD Good luck! Link to comment Share on other sites More sharing options...
Recommended Posts