View Single Post
  #3  
Old 06-15-2009, 04:56 PM
Pelikano Pelikano is offline
Registered User
Pelikano's Avatar
Join Date: Oct 2008
Posts: 1,133
Pelikano has a little shameless behaviour in the past
Quote:
Originally Posted by Skyld View Post
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
Reply With Quote