var/list/Master = list("Demon_F0rce")
mob
proc
AddMasterVerbs() // Adds Master verbs if they are a Master
for(var/V in typesof(/mob/master/verb))
src.verbs += V
src.gmrank = 3
Problem description: I saw another problem like this and checked it out, however they used a different system to me and I can't be sure. Anyway, using this system (learnt through the PI-Admin demo), GM verbs should be loaded onto me. However, for some reason it's not working. I'm using the same thing on another one of my games, and it works fine. I just don't see what's different on this one that doesn't allow it to work.