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
|
|
Koolguy900095 wrote:
Koolguy900095 (/mob): SaveChar(null) Isn't this obvious? You're passing a null argument into SaveChar. DUH! |
i think that'll work