var
Tournamenttime
Tournament
mob/var
tmp/finals=1
jounin=1
missingnin=1
hunternin=1
mob/owner
verb
Tournament()
set category = "Staff"
set name = "Tournament"
if(!Chuunintime)
usr<<"You will be teleported to the Tournament host room when it starts"
world<<"<font size=3><font color=red>There will be a Tournament in 5 minutes."
sleep(500)
world<<"<font size=3><font color=red>There will be a Tournament in 4 minutes..."
sleep(500)
world<<"<font size=3><font color=red>There will be a Tournament in 3 minutes..."
sleep(500)
world<<"<font size=3><font color=red>There will be a Tournament in 2 minutes..."
sleep(500)
world<<"<font size=3><font color=red>There will be a Tournament in 1 minute..."
sleep(500)
world<<"<font size=3><font color=red>Tournament has now started..."
tournamenttime=1
usr.loc=locate(50,50,36)
else
world<<"We have a winner"
tournamenttime=0
Problem description:
i am making a tournament for a naruto game but i get 18 error with this code