I noticed after I use the login proc in my code, it wont do any client proc. Here is an example.
client
MouseEntered(A,C)
mob
Login()
usr << "HEY"
Any idea?
ID:147698
Jan 20 2004, 4:58 pm
|
|
Your MouseEntered() proc doesn't do anything. So of course it'll look like it's not working. =)
|
In response to Crispy
|
|
Of course there is more after it, but i noticed after i make a login proc for mob it doesnt work anymore and it wasnt working fine before hand.
|
In response to Tazor07
|
|
There's probably a syntax problem somewhere... I'd put my money on an indentation mixup, simply because I can't think of any other reason. It really shouldn't have any effect. More code?
|
In response to Crispy
|
|
ah, a ..() solved the problem in the login code. Can't believe i forgot that :/
|
..() //I'm not sure if adding that will help, but I noticed it wasn't in your Login code.