mirror of
https://github.com/2006-Scape/Script-Factory.git
synced 2026-07-03 00:38:11 +00:00
Added sleep modifier:
This commit is contained in:
@@ -114,6 +114,9 @@ public class ActionExecutor {
|
||||
case "Bank all except IDs":
|
||||
actionHandler.bankAllExcept(action);
|
||||
break;
|
||||
case "Change Tick Speed":
|
||||
VarsMethods.tickSpeed = action.getParam(0);
|
||||
break;
|
||||
default:
|
||||
log("Error: Unimplemented action: " + action.getAction());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user