We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4358789 commit ff6835dCopy full SHA for ff6835d
plugins/rune.js
@@ -26,6 +26,7 @@ module.exports = {
26
WORLD_ITEM_ACTION: ActionType.WORLD_ITEM_ACTION, OBJECT_ACTION: ActionType.OBJECT_ACTION,
27
ITEM_ON_OBJECT_ACTION: ActionType.ITEM_ON_OBJECT_ACTION, ITEM_ON_NPC_ACTION: ActionType.ITEM_ON_NPC_ACTION,
28
COMMAND_ACTION: ActionType.COMMAND, PLAYER_INIT: ActionType.PLAYER_INIT, NPC_INIT: ActionType.NPC_INIT,
29
+ PLAYER_ACTION: ActionType.PLAYER_ACTION,
30
QUEST: ActionType.QUEST, RunePlugin,
31
32
world, InteractingAction, loopingAction, walkToAction,
0 commit comments