CLEO Help Help with text

CLEO related
Status
Not open for further replies.

Daslee

Member
Joined
Jun 3, 2013
Messages
9
Reaction score
1
Hello. I'm new to cleo and I wanna to display the text loaded from file, but I can't see the text. Here is the code I use:

Code:
{$CLEO}
0000: START

:DISPLAY
wait 1000
00BA: text_styled 'TXT_01'  2000 ms  1
jump @DISPLAY

And FXT file in cleo_text folder:
Code:
TXT_01 Hello World

Where is the problem?
 
Status
Not open for further replies.
Top