OnTimer1000:
mapannounce "bat_c01", "In 1 minute, KVM will start.",bc_map,"0x00ff00";
end;
OnTimer3000:
mapannounce "bat_c01", "The maximum time for a KVM battle is 5 minutes.",bc_map,"0x00ff00";
end;
OnTimer6000:
mapannounce "bat_c01", "Please prepare for the KVM battle.",bc_map,"0x00ff00";
mapannounce "bat_c01", "You can buff your people.",bc_map,"0x00ff00";
donpcevent "#A_camp_start01::OnEnable";
donpcevent "#B_camp_start01::OnEnable";
end;
OnTimer13000:
donpcevent "#A_camp_start01::OnDisable";
donpcevent "#B_camp_start01::OnDisable";
end;
OnTimer30000:
mapannounce "bat_c01", "30 seconds remaining to start KVM battle.",bc_map,"0x00ff00";
end;
OnTimer45000:
mapannounce "bat_c01", "15 seconds remaining to start KVM battle.",bc_map,"0x00ff00";
donpcevent "::OnKvM01One";
end;
OnTimer50000:
mapannounce "bat_c01", "10 seconds remaining to start KVM battle.",bc_map,"0x00ff00";
donpcevent "::OnKvM01Two";
end;
OnTimer55000:
mapannounce "bat_c01", "5 seconds remaining to start KVM battle.",bc_map,"0x00ff00";
donpcevent "::OnKvM01One";
end;
OnTimer59000:
mapannounce "bat_c01", "KVM is now commencing.",bc_map,"0x00ff00";
donpcevent "::OnKvM01Two";
end;