Orsan Posted May 23, 2004 Share Posted May 23, 2004 How can I make, after the first conversation, NPC started his second dialogue from another phrase ? What scripts needs me ? Thank you. Link to comment Share on other sites More sharing options...
tk102 Posted May 23, 2004 Share Posted May 23, 2004 You'll need to record the fact that you have already spoken the first part of the dialog. This can be done through Global variable or Local variables (usually the Local variables of the person to whom you are speaking.) When the first dialog choice is made, you will set a Number or a Boolean to a certain value using a script. Then in the StartingList or the RepliesList, you will use another script to evaluate whether or not the value is set. If it is set, the script should return TRUE, causing the second dialog choice to occur. See: http://www.lucasforums.com/showthread.php?s=&threadid=126615 http://www.lucasforums.com/showthread.php?s=&postid=1495473#post1495473 for examples of using scripts in dialogs Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.