Jump to content

Home

Can you help me with dialogues ?


Orsan

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...