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

 void set_delay_time(int);
 Sets the amount of time between possible actions. The minimum value
 is 5, which is default and is fine for most situations. For a large
 number of action objects, increasing this number (and increasing the
 chance that an action can be executed at the same time) could be
 beneficial.

Prototype:
void set_delay_time(int x);
