Thread: Npc to Npc
View Single Post
  #38  
Old 02-17-2011, 12:14 AM
kingcj kingcj is offline
Registered User
kingcj's Avatar
Join Date: Apr 2006
Location: TN
Posts: 114
kingcj will become famous soon enough
Send a message via MSN to kingcj
Quote:
Originally Posted by MrOmega View Post
Are you putting 'on' before the function name. You need to put that with trigger

Such as

PHP Code:
trigger"foo"""); 
Would call...
PHP Code:
function onFoo() 
Sorry I mis-read your quote. I tried placing on before the function, and I still get the error message.
__________________
Zie

"It is not necessary to change. Survival is not mandatory." - W. Edwards Deming
Reply With Quote