Marius Fett Posted November 3, 2007 Share Posted November 3, 2007 Would It e Possible To Do This? I Need It So That When You Click An Entry It Takes You To Another Conversation Thanks -DarthDingDong Link to comment Share on other sites More sharing options...
swfan28 Posted November 3, 2007 Share Posted November 3, 2007 Just add a script to the first conversation that starts another conversation object oOwner = GetObjectByTag("conversation owner's tag"); DelayCommand(0.5, AssignCommand(oOwner, ActionStartConversation(GetFirstPC(), "conv. 2 filename", FALSE, CONVERSATION_TYPE_CINEMATIC, TRUE))); Use DelayCommand to give the game time to close the first conversation and make sure that the first conversation ends to the node that runs the script. Ideally however you should combine the two dialogs into one file unless you want the second conversation happen in another location in the module and/or between other characters. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.