void main() { object oPC = GetClickingObject(); effect eRoomgear = EffectVisualEffect(VFX_FNF_SCREEN_SHAKE, FALSE); if(GetLocalInt(GetObjectByTag("room2counter"), "exitcounter") == 3) { if(GetLocalInt(GetObjectByTag("room7counter"), "exitcounter") == 0) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r2_to_r7")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 0); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room7counter"), "exitcounter") == 1) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r3_to_r7")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 0); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room7counter"), "exitcounter") == 2) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r6_to_r7")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 0); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room7counter"), "exitcounter") == 3) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r8_to_r7")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 0); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } } } } } else { if(GetLocalInt(GetObjectByTag("room2counter"), "exitcounter") == 0) { if(GetLocalInt(GetObjectByTag("room11counter"), "exitcounter") == 0) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r2_to_r11")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 1); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room11counter"), "exitcounter") == 1) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_a4_to_r11e")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 1); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room11counter"), "exitcounter") == 2) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_a4_to_r11n")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 1); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room11counter"), "exitcounter") == 3) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_a4_to_r11w")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 1); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } } } } } else { if(GetLocalInt(GetObjectByTag("room2counter"), "exitcounter") == 1) { if(GetLocalInt(GetObjectByTag("room6counter"), "exitcounter") == 0) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r2_to_r6")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 2); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room6counter"), "exitcounter") == 1) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r9_to_r6")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 2); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room6counter"), "exitcounter") == 2) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r7_to_r6")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 2); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2ounter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room6counter"), "exitcounter") == 3) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r5_to_r6")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 2); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } } } } } else { if(GetLocalInt(GetObjectByTag("room2counter"), "exitcounter") == 2) { if(GetLocalInt(GetObjectByTag("room1counter"), "exitcounter") == 0) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r2_to_r1")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 3); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room1counter"), "exitcounter") == 1) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r5_to_r1")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 3); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room1counter"), "exitcounter") == 2) { if(GetLocalInt(GetObjectByTag("a2_leverswitch"), "a2leverused") == 1) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_leavetomb")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 3); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } else { FloatingTextStringOnCreature("The passageway seems to be blocked by solid rock and is impassable.", oPC, TRUE); } } else { if(GetLocalInt(GetObjectByTag("room1counter"), "exitcounter") == 3) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r3_to_r1")))); SetLocalInt(GetObjectByTag("room2counter"), "exitcounter", 3); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room2counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room2counter"), PlaySound("as_cv_boomdist2"))); } } } } } } } } }