CLEO Help LALT sneak ~k~~SNEAK_ABOUT~ (Whats the key?)

CLEO related
Status
Not open for further replies.

Spix

Well-known member
Joined
Sep 23, 2013
Messages
353
Reaction score
1
LALT sneak ~k~~SNEAK_ABOUT~

I dont find the key id!

Anyone can give me the id to press left alt with this opcode?

0B56: set_game_key 0 state 255

Thanks!
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
276
Maybe there isn't, you can check yourself.

#game keys
Code:
WHILE TRUE
WAIT 0
    FOR 0@ = 0 to 30
        IF 00E1: 0 0@ 
        THEN 0AD1: "%d" 100  0@
        END
    END
END

#vc keys
Code:
WHILE TRUE
WAIT 0
    FOR 0@ = 0 to 300
        IF 0AB0: 0@
        THEN 0AD1: "%d" 100  0@
        END
    END
END
 
Status
Not open for further replies.
Top