Messenger Plus! Live - Scripting Documentation

The OnEvent_Timer event is fired when a timer created with MsgPlus::AddTimer reaches its specified time.

Syntax

OnEvent_Timer(
    [string] TimerId
);

Parameters

TimerId
[string] Identifier of the timer as specified in MsgPlus::AddTimer.

Return Value

No value has to be returned by this event.

Remarks

None.

Event Information

Event Source Messenger Plus!
Availability Messenger Plus! Live 4.00

See Also

Messenger Plus! Events, MsgPlus::AddTimer.