Space to continue dialogue (#67)

* Fixes

Fixed #11 and implemented a beta command for testing (stops the need to go into database and manually change  when debugging, very slow, now one command in game, very fast)

* Space to continue

Does what it says on the tin!
This commit is contained in:
Jamix77 2020-01-26 16:01:23 +00:00 committed by Daniel Ginovker
parent a60cafec10
commit 34a24140c1
2 changed files with 7 additions and 1 deletions

View file

@ -63,6 +63,8 @@ final class KeyboardListener implements KeyListener, FocusListener {
var2 = -1;
}
/**
* Tab to reply
*/
@ -74,6 +76,11 @@ final class KeyboardListener implements KeyListener, FocusListener {
{
Class73.method1308(RSString.createRSString("::shutdowninterface"), false);
}
if (var1.getKeyCode() == KeyEvent.VK_SPACE)
{
Class2.method78(40, false, 0);
}
/**
* Controls arrow key mouse movement

View file

@ -2,7 +2,6 @@ package org.crandor.tools;
import org.crandor.cache.Cache;
import org.crandor.cache.def.impl.ItemDefinition;
import org.omg.CORBA.CODESET_INCOMPATIBLE;
public class Test {