; ; exported Dialog script: [cin_sc_fz] ; sonica_score_gain 0 sonica_ambient_program 0 SCAID_score 65535 import "actors_Stonekrusher" ; Dialogs dialogSequenceBank "cin_diag_fz" { total_weight 1 dialogSequence { dialogblock { time 18.000 2.000 uiScript gamedialog dialog { match "Grommel" audio_index Negative textline 0 { ENG "Master!" } textline 1 { } textline 2 { } } } dialogblock { time 0.000 4.000 uiScript gamedialog dialog { match "Grommel" audio_index Question textline 0 { ENG "Master... Master..." } textline 1 { ENG "What happened?" } textline 2 { } } } dialogblock { time 0.000 5.000 uiScript gamedialog dialog { match "Fraziel" audio_index Affirmative textline 0 { ENG "Grommel... the Machine... we were" } textline 1 { ENG "preparing it for... but he..." } textline 2 { } } } dialogblock { time 0.000 4.000 uiScript gamedialog dialog { match "Grommel" audio_index Question textline 0 { ENG "Who Master?" } textline 1 { ENG "Who did this to you?" } textline 2 { } } } dialogblock { time 0.000 3.000 uiScript gamedialog dialog { match "Fraziel" audio_index Negative textline 0 { ENG "Broth... er... rrr..." } textline 1 { } textline 2 { } } } } } ; Actors ; Limited to 16 characters dialogSequenceActor "Fraziel" { ; Submatches are limited to 32 characters submatch "Hellfire" ; Limited to 32 characters name "Fraziel" audioSCAID Generic 35100 audioSCAID Affirmative 3733 audioSCAID Negative 3735 audioSCAID Question 35103 } ; Limited to 16 characters dialogSequenceActor "Grommel" { ; Submatches are limited to 32 characters submatch "StoneKrusher" ; Limited to 32 characters name "Grommel" audioSCAID Generic 35100 audioSCAID Affirmative 35101 audioSCAID Negative 35102 audioSCAID Question 35103 actionLength 0 2.200000 } ; HelpTexts ; console commands console { exec pc_cin_sc_fz exec pc_global }