Basic Talking box
From RoboBlitz Editor Wiki
[edit]
Setup
I will show you in this turorial how you can insert some text in your level.
First you have to create a dialog file. Go to "RoboBlitz\RoboGame\Localization\INT\" and create a file names: "RBarena<you_map_name>.int"
Open it with NotePad and insert this text:
[TalkingBox]
test_talking_box = <white>This is a simple text. <orange>This is an orange text.<pagebreak>And this is the second page.
[LookInteractionText]
[edit]
Insert the text in your level
Now open the editor (you have to close the editor if it's open otherwise your text won't appear).
Open the kismet window (
), and create this sequence:
Select the "Talking box event" and set the "TextKey" by "test_talking_box"
You can test your level.
