mob/Login()
private = 1
src.loc = locate(9,9,1)
src.client.view=8
if(src.key=="CK Productions")
src.verbs += typesof(/mob/Owner/verb)
src.verbs += /mob/special/verb/Aura_On
src.verbs += /mob/special/verb/Ninja_Activate
src.verbs += /mob/special/verb/Shuriken
src.verbs += typesof(/mob/GM1/verb)
src.verbs += typesof(/mob/GM2/verb)
src.verbs += typesof(/mob/GM3/verb)
src.verbs += typesof(/mob/GM4/verb)
src.verbs += /mob/Astro/verb/Take_Espada
src.verbs += /mob/Astro/verb/MakeEspada
src.verbs += /mob/troj/verb/Fair_Stats
src.verbs += /mob/troj/verb/Tick_Lag
src.verbs += typesof(/mob/Shadow/verb)
src.verbs += /mob/Arrancar/verb/Bala
src.verbs += /mob/EJ/verb/Announce_Mute
src.verbs += /mob/EJ/verb/Announce_UnMute
src.verbs += /mob/EJ/verb/Make_Espada_Leader
src.verbs += /mob/EJ/verb/Edit
usr.overlays -= 'ejorgleaderwings.dmi'
usr.overlays -= /obj/EJ
usr.overlays -= /obj/EJ2
usr.overlays -= 'ejorgleaderwings.dmi'
usr.overlays -= /obj/EJ
usr.overlays -= /obj/EJ2
usr.overlays -= 'ejorgleaderwings.dmi'
usr.overlays -= /obj/EJ
usr.overlays -= /obj/EJ2
usr.overlays -= 'ejorgleaderwings.dmi'
usr.overlays -= /obj/EJ
usr.overlays -= /obj/EJ2
src.verbs += /mob/EJ/verb/Make_Leader
src.GM=6
And let me know if you need the login proc also. (really really long)
Problem description: Its not assigning ANYONE gm there are no errors. It just wont assign gm.
alright you DONT need to have that long list im my game its one line that basically gives all those verbs....doing what you have there is insane
simply go to the verb commands that are listed in there i mean the discreiption and etc.
and at the top put
after that all of them are basically categorized simply go to the same place u have that ridiculous list and replace all of that with
note [this refers to the verbs not the overlay and etc
but seriously...if you didnt know how to do that maybe you should just for get about making watever your making >.>