Now for some reason i get an error during logout when it saves. Coding:
mob
Logout()
Save()
error:
runtime error: Cannot read null.mob
proc name: SaveChar (/mob/proc/SaveChar)
usr: Koolguy900095 (/mob)
src: Koolguy900095 (/mob)
call stack:
Koolguy900095 (/mob): SaveChar(null)
Koolguy900095 (/mob): Save()
Koolguy900095 (/mob): Logout()
Yes the error is another null...but if i save anytime besides logout i dont get this error
ID:175932
Feb 25 2003, 3:53 pm
|
|
In response to Magnus VI
|
|
it didnt fix
|
In response to Koolguy900095
|
|
theres a second proc named SaveChar() there what is that because thats whats generatin the null
|
Koolguy900095 wrote:
Koolguy900095 (/mob): SaveChar(null) Isn't this obvious? You're passing a null argument into SaveChar. DUH! |
In response to Garthor
|
|
how do i fix it...?
|
In response to Koolguy900095
|
|
How am I supposed to know? I don't know what your code contains!
|
i think that'll work