mirror of
https://github.com/2006-Scape/Script-Factory.git
synced 2026-07-03 00:38:11 +00:00
Add walk-efficient
This commit is contained in:
@@ -108,6 +108,9 @@ public class ActionExecutor {
|
||||
case "Walk to":
|
||||
actionHandler.walkTo(action);
|
||||
break;
|
||||
case "Walk Efficient":
|
||||
actionHandler.walkEfficient(action);
|
||||
break;
|
||||
case "Run subscript":
|
||||
insertSubscript(action, actions, action.getParamAsString(0));
|
||||
lineIndex = --lineIndex == -1 ? actions.size()-1 : lineIndex; //Rerun the last line, which now contains start of subscript
|
||||
|
||||
Reference in New Issue
Block a user