We recomment: "Military Pilot V2"

#3# Keypressed (activitate key)

♠ Κατηγορία

Today we will see how to activate our cleo with button.

You must see also : ALL HOTKEYS FOR CLEO (new tab)

In this lesson!

i) one hotkey acivate
ii) two or three activate key (all together)
iii) type a word to activate

I)

:MENU_74
wait 100 
0AB0:   key_pressed 70 
else_jump @MENU_74

70 is the key "F"
Press F to activate Cleo


II)

:MENU_74
wait 100 
0AB0:   key_pressed 70
0AB0:   key_pressed 71  
else_jump @MENU_74

70 is the key "F"
71 is the key "G"
Press F+G to activate Cleo

III)

:MENU_74
wait 100 
0AB0:   key_pressed 70
else_jump @MENU_74

:MENU_75
wait 100 
0AB0:   key_pressed 66
else_jump @MENU_75

:MENU_76
wait 100 
0AB0:   key_pressed 73
else_jump @MENU_76

70 is the key "F"
66 is the key "B"
73 is the key "I"
Type "FBI" to activate cleo NO F+B+I


0 σχόλια:

Δημοσίευση σχολίου