ID:145891
 
Ive got a problem with my coding and here it is

mob/admin/verb/Summon(mob/characters/M in world)
set name = "Summon Player to you"
set category = "Admin Panel"
M << "<b>[usr] has summoned you."
usr << "You summoned [M]"
M.loc = usr.loc
M.y -= 1


Now i get these errors

police.dm:333:error:M:undefined type: M
police.dm:334:error:M:undefined type: M
police.dm:335:error:M.loc:undefined type: M.loc
police.dm:336:error:M.y:undefined type: M.y

How can i fix these errors?

Is there a /mob/characters?
In response to Artemio
My bad its all fixed now
thanks