Quote:
Originally Posted by Skyld
There have been many threads about this already, please use the forum search function. You'll also have to be more specific as to what type of NPC (level NPC?) or a little bit more about what it does.
|
Sorry, didn't use the search function

:
PHP Code:
function onCreated() {
if (blablabla) {
// trigger the client
}
}
//#CLIENTSIDE
function onClientSideFunction() {
// Stuff
}
Something like this