I'd Say im going crazy but i know im not.... in Developer Help
|
|
Code:
mob/DblClick() if(src in usr.contents||usr.type==src.type)return
|
Problem description:
Why doesn't that work, or more specifically the second half doesn't work.
mob/DblClick() if(src in usr.contents)return if(usr.type==src.type)return
|
Yet this works fine...
|