ID:150378
 
Does any one know? I have no idea.
One way is to make special GM verbs and add them to the verb list of whoever you want to be a GM when they log in.

GM/verb/boot(M as mob in world)
world << "[M] gets the boot!"
del (M)

mob/Login()
if (ckey == "myfriend" || ckey == "myotherfriend")
verbs += /GM/verb/boot

Z
In response to Zilal
Zilal wrote:
One way is to make special GM verbs and add them to the verb list of whoever you want to be a GM when they log in.

GM/verb/boot(M as mob in world)
world << "[M] gets the boot!"
del (M)

mob/Login()
if (ckey == "myfriend" || ckey == "myotherfriend")
verbs += /GM/verb/boot

Z

Or,you take a "G" and mix it with a "M" and there you go you have a GM!