Thread: Npc to Npc
View Single Post
  #36  
Old 02-16-2011, 05:42 AM
MrOmega MrOmega is offline
One More Time
MrOmega's Avatar
Join Date: Aug 2010
Location: TN, USA
Posts: 631
MrOmega is an unknown quantity at this point
Send a message via AIM to MrOmega Send a message via MSN to MrOmega Send a message via Yahoo to MrOmega
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() 
__________________
Time is the fire in which we burn...
Up, Up, Down, Down, Left, Right, Left, Right, B, A, Select, Start! Now I got 99 LIVES!!!
Reply With Quote