obj
genin_paper
icon = 'obj.dmi'
icon_state = "testpaper"
verb
Take_Test()
set category = "Commands"
if(usr.teston==2)
usr << "You cannot write the test now"
if(usr.teston==1)
usr << "You cannot write the test now"
Problem description:For some strange reason the Take Test verb doesnt show up when im beside the test paper? Why is that??