I got these compiler errors -
Code:
client.java:3873: cannot find symbol
symbol : variable disabledMessage
location: class RSInterface
pushMessage("Your money pouch currently contains "+RSInt
erface.interfaceCache[8135].disabledMessage+" coins.", 0, "");
^
client.java:12489: cannot find symbol
symbol : variable disabledMessage
location: class RSInterface
String Cash = RSInterface.interfaceCache[8135].disabledM
essage;
^
client.java:12492: cannot find symbol
symbol : variable disabledMessage
location: class RSInterface
smallText.method382(getMoneyOrbColor(cash), 485, RSInter
face.interfaceCache[8134].disabledMessage+"", 102, true);
^
ItemDef.java:238: cannot find symbol
symbol : variable itemActions
location: class ItemDef
itemDef.itemActions = new String[5];
^
ItemDef.java:239: cannot find symbol
symbol : variable itemActions
location: class ItemDef
itemDef.itemActions[4] = "Drop";
^
ItemDef.java:240: cannot find symbol
symbol : variable itemActions
location: class ItemDef
itemDef.itemActions[3] = "Add-to-pouch";
^
Note: client.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
6 errors
Press any key to continue . . .