ID:1376914
 
(See the best response by FKI.)
Hello there, I am working on a game obviously and I have a question. Would it be simpler to use a list to give the gm verb or just identify the specific keys.

Question seems somewhat similar to a question earlier, so you could say a list like:

var/admins = list("Vgetacoku","Silver371")
mob/Login()
..()


If you need anymore help, page me.
Best response
It's up to you, the developer. What you may think is the easiest route, the next person may not.

With that said, in my opinion, using a list is probably your best option.