This error probably isnt THAT wierd, but whats wierd about it is that it only happens on my main key, Loch, when I try to create a character on my OTHER keys, it works fine... Here is the error:
WORLD: Instance opened at approx. 16:08:57 12/06/2004.
WORLD: Key "Loch" connected for the 24th time at approx. 16:08:57 12/06/2004.
Setting network delay to 0.
runtime error: Cannot modify null.name.
proc name: CreateCharacter (/mob/creating_character/proc/CreateCharacter)
usr: Loch (/mob/creating_character)
src: Loch (/mob/creating_character)
call stack:
Loch (/mob/creating_character): CreateCharacter()
Loch (/mob/creating_character): Login()
Can you possibly tell me why this happens when I try to create a character?
ID:170853
Dec 6 2004, 12:04 pm (Edited on Dec 6 2004, 12:41 pm)
|
|
Dec 6 2004, 12:59 pm
|
|
X_x.
|
In response to Loch
|
|
You will have to post some sort of code to let us help you. Prefably around the line that was listed.
|
In response to N1ghtW1ng
|
|
Here is the entire createcharacter code, the problem should be around the CreateCharacter proc...
#include <deadron/characterhandling> |
In response to Loch
|
|
I bet you $5 that this is your problem:
if("Loch") I don't know whats wrong with it, but if I remember correctly, you said it's only IF you try it under key: "Loch", so this looks like the problem. [Edit's his own post] Please do not quote an entire post as big as that without commenting on tons of different segments. Thank you, --Lenox |
In response to Lenox
|
|
I know the problem >_< I have 2 vars like that as GM :O
|