debug_conversation(conversation)

Parameters:
conversation (table) character name, audio tag, delay between lines
 
Returns:
none

Description:
Play a fake conversation by displaying consecutive lines of text on the screen

NOTE: conversation should be formatted the way it is for audio_play_conversation { "text", "name", duration }

convo = {
   { "This is the first line of the convo", "Speaker's Name", 3 },
   { "This is the second line of the convo", "Other Speaker's Name", 2 }, }

This will display on the screen for 3 seconds: "Speaker's Name: This is the first line of the convo" This will display on the screen for 2 seconds: "Other Speaker's Name: This is the second line of the convo"

 

back to indexSR3 Script Action Documentation
Last updated: Tue, 09 Aug 2011 11:32:16