{$CLEO}
0C6A: 1@ = create_custom_thread_at_label @newThread
0BDE: 0 // pause current thread
:newThread
// dont use {$CLEO} in this thread
0B6D: render 0@ = create_font "IMPACT" height 11 flags 8
while true
wait 0
0B6F: render font 0@ draw_text "lel" pos 150 300 color 0xFF59AEE7
end