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
Are you sure you have that type defined?
(And I'm glad you're calling administrators something other than "GMs")