job_wiz,50,165,4 script Arena Assistant 700,{
mes "[Arena Assistant]";
mes "Welcome to the Wizard Job Change Arena.";
mes "If you would like to take the final test, then please enter the waiting room.";
next;
mes "[Arena Assistant]";
mes "If someone is already taking the test, please wait.";
mes "All testing status will be broadcasted, and will begin as soon as the previous tester has gone through.";
next;
mes "[Arena Assistant]";
mes "Each person may take approximately 5 to 10 minutes.";
mes "If you would like to leave the arena, please log off anytime.";
close;
OnInit:
waitingroom "Waiting Room",20,"Arena Assistant::OnStartArena",1;
enablewaitingroomevent;
end;
OnStartArena:
killmonsterall "job_wiz";
warpwaitingpc "job_wiz",114,169;
donpcevent "Room of Water::OnEnable";
disablewaitingroomevent;
end;
OnStart:
enablewaitingroomevent;
end;
}