trigger action - nhmkdev/support-framework GitHub Wiki
A Trigger Action entity is a non-visible entity that triggers an action if the requirements are met.
var TriggerActions = ig.global.data.triggeractions;
See Actions and Requirements for more information.
TriggerActions.sample =
{
r:null, // requirements (default:null)
a:null // action (default:null)
}