CLEO Help Please help edit the code

CLEO related
Status
Not open for further replies.

habinabi

Active member
Joined
Nov 10, 2019
Messages
51
Reaction score
2
Location
Czech Republic
Hi, I need to display this text for a while, unfortunately it disappears after 500ms because there is another step, is it possible to make a detour to display the draw text?
I think it somehow goes through else_jump or goto, but I don't know how to formulate it, I need it like this, but I don't have a link to @text in the script because I don't know where and how to insert it, please does someone edit it for me?


PHP:
:RFGGD
10@ = 60
wait 500 
01B9: set_actor $PLAYER_ACTOR armed_weapon_to 1@
wait 10@
01B9: set_actor $PLAYER_ACTOR armed_weapon_to 26
jump @Start

:text
03F0: enable_text_draw 1
03E4: set_text_draw_align_right 1
033F: set_text_draw_letter_size 1.3 3.36
0340: set_text_draw_RGBA 0 102 255 255
081C: draw_text_outline 1 RGBA 0 0 0 255
045A: draw_text_1number 60.0 200.0 GXT 'NUMBER' number 10@
 
Status
Not open for further replies.
Top