IdleComplete Event

Description

Occurs when the server ends the Idling state of a character.

Syntax

Sub agent_IdleComplete (ByVal CharacterID)

Value Description
CharacterID Returns the ID of the idling character as a string.

Remarks

The server sends this event to all clients of the character.

See Also

IdleStart event

--------------------------------------------------------