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()
obj
genin_paper
icon = 'obj.dmi'
icon_state = "testpaper"
turf
testwall
icon= 'stealth.dmi'
Enter()
if(teston ==0)
return..()
if(teston==1)
return..()
if(teston==2)
usr << "There is no Exam going on"
return
var
teston=2
Problem description:How do i make the test paper have questions if ur teston=0 and you cant take the test if its 1 or 2. I also want to kno how could i make it that it makes you finish the test after 5 mins and u get a mark percentage (theres ten questions) and if you get 70 or higher you get a item.