-
Notifications
You must be signed in to change notification settings - Fork 758
Queueremove
Haru edited this page Oct 19, 2016
·
1 revision
- queueremove(<queue_id></queue_id>,<account_id></account_id>);
Removes <account_id></account_id> from queue of <queue_id></queue_id>, returns 1 if <account_id></account_id> is not present in the queue, otherwise returns 0.
if ('''queueremove'''(.@id,[[getcharid]](3))==1){; [[mes]] "You were not in the queue"; [[close]]; } //Rest Script code Below ......