Ben987 d4e23d4384 Reupload part 2
Reupload part 2
2017-10-22 12:39:59 -04:00

18 lines
No EOL
554 B
JavaScript

var C999_Common_RustyHook_CurrentStage = 0;
// Chapter Common - RustyHook Load
function C999_Common_RustyHook_Load() {
LeaveIcon = "Leave";
LoadInteractions();
}
// Chapter Common - RustyHook Run
function C999_Common_RustyHook_Run() {
BuildInteraction(C999_Common_RustyHook_CurrentStage);
}
// Chapter Common - RustyHook Click, allow regular interactions and clicking on another item
function C999_Common_RustyHook_Click() {
ClickInteraction(C999_Common_RustyHook_CurrentStage);
InventoryClick(GetClickedInventory(), LeaveChapter, LeaveScreen);
}