[Pipmak-Users] Re: Hotspot maps
Status: Alpha
Brought to you by:
cwalther
From: Will M. <lea...@ho...> - 2004-09-29 18:50:17
|
when i do the print Bingo trick, it prints bingo whatever key i press, and as far as i can tell it doesn't do anything else. none of the normal key commands work. the reload command doesn't work so i close and reopen the program. when i press the spacebar, it says bingo, and then says "unused key 32 pressed." with other keys, it just says bingo. i tried replacing if key == string.byte(" ") then with if key == string.byte("a") then and it says "unused key 97 pressed" when i press a. when i tried your before and after trick, i got both messages. btw, i do appreciate you taking the time to help with this. thanks, will |