Function set_actions:
Defined in module m_actions (file: /std/modules/m_actions.c)

 protected void set_actions(int chance, string array actions);
 This function sets a list of actions and a delay, 
 and chooses one to be executed time each time that delay elapses.
 This function should only be called from within setup().

Prototype:
protected void set_actions(int delay, string array actions);
