void main() { object oPC = GetClickingObject(); effect eRoomgear = EffectVisualEffect(VFX_FNF_SCREEN_SHAKE, FALSE); if(GetLocalInt(GetObjectByTag("room1counter"), "exitcounter") == 0) { if(GetLocalInt(GetObjectByTag("room2counter"), "exitcounter") == 0) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r1_to_r2")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 1); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room2counter"), "exitcounter") == 1) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r6_to_r2")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 1); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room2counter"), "exitcounter") == 2) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r11_to_r2")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 1); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room2counter"), "exitcounter") == 3) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r7_to_r2")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 1); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } } } } } else { if(GetLocalInt(GetObjectByTag("room1counter"), "exitcounter") == 1) { if(GetLocalInt(GetObjectByTag("room3counter"), "exitcounter") == 0) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r1_to_r3")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 2); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room3counter"), "exitcounter") == 1) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r7_to_r3")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 2); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room3counter"), "exitcounter") == 2) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r12_to_r3")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 2); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room3counter"), "exitcounter") == 3) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r8_to_r3")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 2); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } } } } } else { if(GetLocalInt(GetObjectByTag("room1counter"), "exitcounter") == 2) { if(GetLocalInt(GetObjectByTag("room4counter"), "exitcounter") == 0) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r1_to_r4")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 3); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room4counter"), "exitcounter") == 1) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r8_to_r4")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 3); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room4counter"), "exitcounter") == 2) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r13_to_r4")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 3); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room4counter"), "exitcounter") == 3) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r9_to_r4")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 3); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } } } } } else { if(GetLocalInt(GetObjectByTag("room1counter"), "exitcounter") == 3) { if(GetLocalInt(GetObjectByTag("room5counter"), "exitcounter") == 0) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r1_to_r5")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 0); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room5counter"), "exitcounter") == 1) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r9_to_r5")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 0); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room5counter"), "exitcounter") == 2) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r10_to_r5")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 0); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } else { if(GetLocalInt(GetObjectByTag("room5counter"), "exitcounter") == 3) { AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("wp_r6_to_r5")))); SetLocalInt(GetObjectByTag("room1counter"), "exitcounter", 0); DelayCommand(1.0, ApplyEffectAtLocation(DURATION_TYPE_INSTANT, eRoomgear, GetLocation(GetObjectByTag("room1counter")), 6.0)); DelayCommand(1.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_crank1"))); DelayCommand(5.0, AssignCommand(GetObjectByTag("room1counter"), PlaySound("as_cv_boomdist2"))); } } } } } } } } }