mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
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:
parent
a60cafec10
commit
34a24140c1
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue