
08-28-2009, 02:02 AM
|
|
Will work for food. Maybe
|
 |
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
|
|
|
Because triggeractions do not simply call functions, but calls a function specified for triggeractions:
function onactionWhatTriggerWasCalled() {}
would be called with:
triggeractionaction(x,y,"WhatTriggerWasCalled",x,y ,z);
I think. |
|
|
|