ID:172443
May 10 2004, 2:29 am
|
|
How can I call my CreateCharacter() proc with a Click()? Because I want to do my Title Screen where you Click and it goes to my Create Character stuff, but I want it in a proc, help please!
|
In response to Fint
|
|
I get that its undefined proc for both, maybe its because the proc is
/mob/creating_character/CreateCharacter() would I be able to do usr.creating_character/CreateCharacter()?? |
In response to Metroid
|
|
no
more something like var/mob/creating_character/m = usr m.CreateCharacter() |
In response to Fint
|
|
I got it, thanks!
|
In response to Metroid
|
|
Metroid wrote:
I get that its undefined proc for both, maybe its because the proc is Thats not a proc. |
In response to Wanabe
|
|
Yeah it is. I checked spelling, but on posts below, I was told how to do it. The problem is solved, end of story.
|
Though check where you defined the proc.
Maybe you need