#20 Feb 23 2012, 5:12 pm (Edited on Feb 23 2012, 5:19 pm)
|
|
If you would have properly read my comments then you would not be facing any issues. I do not see how your view was wrong. Your verbs disappeared because you are supposed to re-add them to your character once you log back in. Same goes for your icon.
| |
#21 Feb 23 2012, 5:57 pm
|
|||
Hey there, I was just creating my "Create" to he put his name and whatever, code behind:
So, in the game, when I click "NEW", a error appears to me:
I really don't know how to do this, with my other SAVE SYSTEM (which bugs sometimes) it all work, only difference that wasn't client/proc, was mob/proc... Both methodes appears the same bug. Best Resgards, Luan | |||
Lummox JR wrote:
Unless I'm way out of date on this, it can't be done directlyIt can be. There is no need to use >> operators when loading, not sure about saving. Luan12 wrote: So, in the game, when I click "NEW", a error appears to meThat appears to be running in client/New(), not when you click on something? If you haven't run the parent yet, then the mob won't be connected, and will therefor give you a null error. Was the original system giving you any errors? | |