ID:150320
 
You probably have all talked about this before, but how do I code myself being a GM, and making other people GMs permanently? Thanks alot for the help.



~KnightRen
look at the s_admin library
Here ya go,


mob/var
GM = 0
mob/verb/GM_Someone(mob/M)
M << "Poof, Bang, Pow, Jobober, Alakazam. You are now a true GM"
M.GM = 1


Alathon

In response to SSJ4_Sanatic Bardock
Ok, thanks, but where is the s_admin library?
In response to KnightRen
OK im sorry, I didnt even look for the reference on the side, dont I feel like a dumbass? Thanks
In response to KnightRen
Ren, just talk to me when i get one aim, i modified the s_admin to make permanent gms.
In response to Jotdaniel
Jotdaniel wrote:
Ren, just talk to me when i get one aim, i modified the s_admin to make permanent gms.

Why, might I ask? s_admin already makes permanent GMs. If it doesn't, then the other people who use it are very non-talkative, or you must have done something funky to it.