mob
Login()
icon = 'char.dmi'
usr << "Welcome To My Server!"
usr.loc=locate(1,1,1)
obj/Start
mob/icon = 'start.dmi'
Click()
usr.loc=locate(1,1,2)
usr.icon = 'char.dmi'
world << "[usr] has logged in!"
obj/Quit//the quit obj
icon = 'quit.dmi'
icon_state = "t"
Click()
del usr
This is the code i have so far. What i want is to make it so that it will ask me to pick a name and char when i click on the start.. but im not sure how. All it does right now is load up with the default char when i click start. Please and thankyou!
ID:167111
Apr 28 2006, 11:26 am
|
|
Apr 28 2006, 11:31 am
|
|
Do not post the same thing on more then 1 forum. You have the same thing poseted on code problem's leave it there. And your problem was answered on it too.
|
under resources click dm guide its long but more effective then asking random questions
|
I don't know much about names but, here is a code for selecting characters.
mob |