What should my proc look like and contain for character creation? Also, what vars should be used?
Also, if you provide code, please leave comments so I understand them better.
Thanks
DadGun
ID:162490
![]() Dec 31 2007, 2:13 pm
|
|
Keeth wrote:
Your proc should look something like this: > proc/character_creation() No, no. It should be one of the following: mob/proc/character_creation() |
DadGun wrote:
What should my proc look like and contain for character creation? Also, what vars should be used? Ok here's the thing, no one can tell you anything useful because we don't know what structure your character's information has exactly. |
proc/character_creation()
You should use normal vars.
If you want a demonstration, you can find more than enough if you look in the library/demo section of the developer area. Just look for "login" and "character creation", or just "creation".