Quote:
|
Originally Posted by excaliber7388
I did, somehow it checks too late X_X its not after a sleep command or a timeout
|
NPC Code:
//#CLIENTSIDE
if (event) {
if (isonmap) // or if (!isonmap), whichever you need
{
triggeraction ...;
}
}
Something like that should be reasonable.