Spix Well-known member Joined Sep 23, 2013 Messages 353 Reaction score 1 Jan 28, 2016 #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!
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!
springfield God Joined Feb 18, 2005 Messages 2,965 Reaction score 276 Jan 28, 2016 #2 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 Upvote 0 Downvote
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