Skip to content
Haru edited this page Oct 19, 2016 · 1 revision

Syntax

  • queueopt(<queue_id></queue_id>,<optiontype></optiontype>,{Optional <option></option>});

Description

Modifies <queue_id></queue_id>'s <optiontype></optiontype>. When <option></option> is not present(i.e 0), <optiontype></optiontype> is removed from <queue_id></queue_id>. When <optiontype></optiontype> present it modifies <queue_id></queue_id>'s <optiontype></optiontype> with the new <option></option> value.

Currently 3 options are available: HQO_OnDeath (1), HQO_OnLogout (2), HQO_OnMapChange (3)

Note: The constant names are not final and may change.

Example

  queueopt(.@queue_id,0,"MyNPC::MyOnQueueMemberDeathEventName");

Category:Script_Command Category:Queue Category:Incomplete

Clone this wiki locally