turf/tournament
Training
icon = 'Tounament.dmi'
icon_state = "aa"
Training2
icon = 'Tounament.dmi'
icon_state = "ab"
Training3
icon = 'Tounament.dmi'
icon_state = "ac"
verb
hit()
set category = "Train"
if (usr.maxhealth <= 399)
usr << "You're not ready yet"
else
usr << "you have now entered the world tournament!"
usr.loc = locate(41,28,4)
Problem description:
it has no errors yet it comes up with no command of hit or a tab saying train on it and its my own code and i am reading the dm guide but bit by bit