ID:147698
 
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?
Tazor07 wrote:
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"
..() //I'm not sure if adding that will help, but I noticed it wasn't in your Login code.
Any idea?
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 :/