
02-16-2011, 05:42 AM
|
|
One More Time
|
 |
Join Date: Aug 2010
Location: TN, USA
Posts: 631
|
|
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!!!
|
|
|
|