event_user


Description

With this function you tell the instance to run the actions or code that has been placed within one of the 16 user defined events. These events can only be called in this way, or using the event_perform function.


Syntax:

event_user(numb);

Argument Description
numb The number of event to call, between 0 and 15.


Returns:

N/A


Example:

event_user(4);

This would call User Defined Event 4.