ID:164100
 
mob
verb/CurrentGM()
for(var/name in Current_GM)


I have this code for a list of GM's,I already made the list itself what is the command to display it when pressed?
Use a loop to loop through all the contents of the list. Report each one of the names to the user of the verb.
mob/admin/verb/Check_Admins()
for(var/M in admins) //loop through all the contents of the list.
if(M.key in admins) //just to be sure...
src<<"[M]" //display their name.
Arochimaro wrote:
I have this code for a list of GM's,I already made the list itself what is the command to display it when pressed?

mob
verb/CurrentGM()
for(var/name in Current_GM)
src << name
Hey, I've noticed you've been asking a lot of questions. If you want, add me on MSN or AIM and I'll answer questions when I'm on.

AIM: Kakashi24142
MSN: [email protected]