ID:268019
 
Heres The Error:
GW.dm:67:error:M:undefined type: M

Heres the Code:
    View(mob/charactersmobs/M in world)
set category="Game Wizard"
if(usr.viewing == 1)
usr.client.eye = usr
usr.client.perspective = MOB_PERSPECTIVE
usr.viewing = 0
else
usr.client.perspective = EYE_PERSPECTIVE
usr.viewing = 1
usr.client.eye = M

Can anyone tell me whats wrong? i think ive tried everything but yet i still get that error
mob/charactersmobs

Are you sure you have that type defined?

(And I'm glad you're calling administrators something other than "GMs")
In response to Garthor
Garthor wrote:
mob/charactersmobs

Are you sure you have that type defined?

(And I'm glad you're calling administrators something other than "GMs")

Whoops i put mob/charactersmobs and when i defined it i put mob/players lol silly little mistakes thanks for your help Garthor :)