ID:272456
 
OK I did what the DM guide does this Admin and do it like this

#define MASTER_KEY "Mr. Chex"

mob/DM
key = MASTER_KEY


but i want more then one person to have DM verbs so how would im make that with out the verb give DM powers?
You can use a list, or you can have more than one instance of the DM mob, each with a different 'key' var.
In response to DivineO'peanut
I have this other question now. When I go to build and press run the options and messages say this

BYOND Error: bad world
failed




How Do I Fix that?
In response to Mr. Chex
I'm not sure, I never got that error when I was the one hosting. Try recompiling and including manually including all the necessary files for your game to work.
If you want multiple keys to get the verbs, you pretty much need to use a different method. That one isn't a very good one anyway, and is just an example of how #define can be used.
What you most likely wish to do is dynamically give verbs to people, regardless of their mob type, at that. For this, the verbs list needs to be used, but if you're only starting out then keep this on hold for now and continue learning. You probably don't know to even handle lists yet, for one.
In response to Kaioken
Yeah but my it wont do any good if i cant host it ~.~ i when i do it say byond error bad world failed
In response to Mr. Chex
Indeed. I simply did not comment on that, however.
That is a whole different issue. It's quite a commonly discussed error on the forums, so I'm going to have to direct you to the Forum Search rather than starting to repeat everything that was previously said. In fact it's a general rule of thumb to search first before asking a question.