bondage-college-mirr/C999_Common/MetalSheet/Script.js
Ben987 d4e23d4384 Reupload part 2
Reupload part 2
2017-10-22 12:39:59 -04:00

18 lines
No EOL
563 B
JavaScript

var C999_Common_MetalSheet_CurrentStage = 0;
// Chapter Common - MetalSheet Load
function C999_Common_MetalSheet_Load() {
LeaveIcon = "Leave";
LoadInteractions();
}
// Chapter Common - MetalSheet Run
function C999_Common_MetalSheet_Run() {
BuildInteraction(C999_Common_MetalSheet_CurrentStage);
}
// Chapter Common - MetalSheet Click, allow regular interactions and clicking on another item
function C999_Common_MetalSheet_Click() {
ClickInteraction(C999_Common_MetalSheet_CurrentStage);
InventoryClick(GetClickedInventory(), LeaveChapter, LeaveScreen);
}