nameChoosed()
usr.name = winget(usr,"nameInput.input1","text")
usr << output("Your name is: [usr.name] , now","output1")
winshow(src, "nameInput",0)
Problem description:
What the person is inputing isn't becoming their name, help?
ID:264466
![]() Jul 9 2009, 6:44 pm
|
|
Code:
nameChoosed() Problem description: What the person is inputing isn't becoming their name, help? |
It's a mob proc, right? Then you can use src in stead of usr.
Try this, though I'm not sure if it will help any since I'm not very familiar with window manipulation... mob/proc/nameChoosed() |
No usr in proc. Ungh.