ID:144235
 
Code:
turf/Training
Equipment2
icon = 'Tounament.dmi'
icon_state = "Train2"
verb
Train()
new/mob/monster(usr.loc)//This is line with the problem


Problem description:
Training.dm:70:error:/mob/monster:undefined type path

You need to tell it exactly what monster it is. You've got a varible set, but no pathtype.
In response to Pyro_dragons
What? Don't post if you've no idea about what you're talking about... In fact there is no variable being set, and he did specify a type path, just an undefined one, as the error states.