ID:30764
 
wat the title says.
if(src.key == "")
src.title = "Co Owner"
RTFDMG (Read The Freakin' DM Guide)
Teen Goku 17 wrote:
if(src.key == "")
src.title = "Co Owner"


if u mean GM then in the admin file you code there key into the level u want ur co owners to be like
if(src.key == "")
src.GMLevel = (Level u want)
for(var/X in typesof(/mob/System/Admin/Verbs/Co_Owner/verb))
src.verbs+=X
ook thxs it works i just needed it for co-owner
Teen Goku 17 wrote:
Teen Goku 17 wrote:
if(src.key == "")
src.title = "Co Owner"


if u mean GM then in the admin file you code there key into the level u want ur co owners to be like
if(src.key == "")
src.GMLevel = (Level u want)
for(var/X in typesof(/mob/System/Admin/Verbs/Co_Owner/verb))
src.verbs+=X

Wrong.

if(src.key == "co-owner")
src.verbs += typesof(/mob/coowner/verb)
Squeegy wrote:
Teen Goku 17 wrote:
Teen Goku 17 wrote:
if(src.key == "")
src.title = "Co Owner"


if u mean GM then in the admin file you code there key into the level u want ur co owners to be like
if(src.key == "")
src.GMLevel = (Level u want)
for(var/X in typesof(/mob/System/Admin/Verbs/Co_Owner/verb))
src.verbs+=X

Wrong.

if(src.key == "co-owner")
src.verbs += typesof(/mob/coowner/verb)

actually the way u have it is If Ur Actualbyond key name is Co-Owner. The way i have it is it takes ur Keys addeds ur GMLevel then gives u the verbs based on ur GMlevel
No it doesn't. Yours takes the key, gives them a GM level, and gives them all verbs in /system/admin/verbs/co_owner.
Squeegy wrote:
No it doesn't. Yours takes the key, gives them a GM level, and gives them all verbs in /system/admin/verbs/co_owner.

rofl if mine is so wrong then why did he say it works?
rofl if mine is so wrong then why did he say it works?

My guess is that, like too many others, he thinks that "it compiles!" = "it works!"
SuperSaiyanGokuX wrote:
rofl if mine is so wrong then why did he say it works?

My guess is that, like too many others, he thinks that "it compiles!" = "it works!"

well i know for a fact it works cause thats what i use on my game.
it does work. thats how i wanted. thx TG
np