mob/proc
examtime()
if(src.rank == "Academy Student")
spawn(33000)
usr <<"<b>Exam in 5 mins</b>"
teston=1
spawn(3000)
usr << "You may take the test now."
teston=0
examtime()
Problem description:Thats my proc for the exam i basically want it to tell everyone with the rank academy student every 55 mins it will warn u that theres a test soon and every hour it will say the test has began
No usr in proc, by the way.