CLEO Help Strings in capital letters

CLEO related
Status
Not open for further replies.
Joined
Mar 17, 2020
Messages
19
Reaction score
2
Location
Narnia
Hi, I was trying to print a message in the screen, but the problem is that it gets all in capital letters. Do you know any solution about it?

{$CLEO .cs}

0000:NOP
:TEST
wait 0
if
0AB0: key_pressed 90
jf @test
wait 0
printf "You are pressing Z key" time 5000

jump @test


PD: same happens with strings in "chatmsg" opcode.
 

Attachments

  • Capital.jpg
    Capital.jpg
    6.7 KB · Views: 14

Parazitas

God
Joined
Jan 2, 2017
Messages
3,116
Solutions
5
Reaction score
882
Location
Lithuania
upper
0AD1: show_formatted_text_highpriority "This is %.4X opcode" time 2000 0x0AD1

lower
0AD0: show_formatted_text_lowpriority "This is %.4X opcode" time 2000 0x0AD0
 
Status
Not open for further replies.
Top