Platform SDK: Agent
IdleStart Event
Description
Occurs when the server sets a character to the
Idling
state.
Syntax
Sub
agent
_IdleStart
(ByVal
CharacterID
)
Part
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
IdleComplete
event