Basic Talking box

From RoboBlitz Editor Wiki

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]

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 (Image:Kismet.png), and create this sequence:

Image:Talking_box.JPG

Select the "Talking box event" and set the "TextKey" by "test_talking_box"

You can test your level.

Views