Any reason why this isn't working online?
NPC Code:
//#CLIENTSIDE
if (created) {
timeout = 0.05;
}
if (timeout) {
this.s = testsign(mousex,mousey);
if (this.s >= 0) setplayerprop #c,Sign: #v(this.s);
timeout = 0.05;
}
It runs fine offline, but online it never returns a sign.