ID:165277
![]() Jan 25 2007, 10:25 am
|
|
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?
|
![]() Jan 25 2007, 10:26 am
|
|
Show us where you messed up, then we can help you. We can't magically pin point the problem.
|
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 |
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. |