Kon-Tiki | Neither unknown181(); nor release.key(); get accepted when attempting compiling under AGI Studio 1.37... Anybody know how to get it to work? |
AGI1122 | That command is only available in AGI 3.002.098, chances are you are using 2.936 which only has 175 commands in it. So 181 isn't available since it's a greater number than 175. ;) |
Kon-Tiki |
Woops ;D Got to find another way to do this then. Thought of making a code that looked like this:
That check with release.key()'d be needed because have.key() seems to pass a 1 no matter if there's a key pressed or not. |