ID:176009
Feb 21 2003, 1:40 am
|
|
For my game i use the Deadron.CharacterHandling Library, but now, whenever I log in, my player always loads into coordinates (0,0,0), I use my teleport command and then he cant move once he is back on the map. Why is this and is there anyway I can fix it?
|
Rii wrote:
For my game i use the Deadron.CharacterHandling Library, but now, whenever I log in, my player always loads into coordinates (0,0,0), I use my teleport command and then he cant move once he is back on the map. Why is this and is there anyway I can fix it? Likely as not your own Login() proc is to blame for this one. (I'd bet $5 you put usr in there, which isn't safe and fails when you use any kind of character handling.) Lummox JR |
You know, a Login system and characterhandling isn't all that complicated...no offense to Deadron, but his has a lot more things incorporated into it that is simply not needed. But, any ways...you should consult Deadron about this or post the code causing the error.