mob
verb
Reboot()
if(usr.key == "Nexus6669")
set category="Admin"
world << "Message to world"
sleep(50)
world.Reboot()
Hello my code isn't working, it works to how I want it but it gives the verb to everyone, I'm trying to make it so it will only give it to certain usr key's. any help..