ID:165277
 
Hey i finally finished my coding but when i go to log in my owner status doesnt show up .... i think i messed up on it. Can i gett alil help?
Show us where you messed up, then we can help you. We can't magically pin point the problem.
In response to XzDoG
if(src.key=="NTkid")
src.verbs += typesof(/mob/Owner/verb)
src.verbs += typesof(/mob/owner/verb)
src.GM=1

it wont work from this... i cant remember what my friend did to the rest of the code to tie it together
i think this is whats wrong cause no matter what i try i cant get it to log m on as the owner
In response to Ntkid
if(src.key=="NTkid")

You've misspelt your own name. Your name is "Ntkid" (note the lowercase t), it's checking for a key called "NTkid" (note the uppercase T). A program will do exactly what it's told which is why you need to be very nitpicky in how you program it.
In response to IainPeregrine
kk let me try that
In response to Ntkid
ok it worked thanx all
In response to Ntkid
You should use the <DM> tags so your code looks pretty and has syntax highlighting 'n stuff.
Also, you should use ckey in favor of key in this case because the chances of misspelling a ckey'd key are less likely.