Skip to content

queueremove()

Warning

This page may contain outdated information, incompatible with the current version of Hercules and its coding standards.

Syntax

queueremove(<queue_id>, <account_id>);

Warning

The rest of this document hasn't been converted to Markdown yet.

== Description == Removes from queue of , returns 1 if is not present in the queue, otherwise returns 0. == Example == if ('''queueremove'''(.@id,[getcharid])==1){; [[mes]] "You were not in the queue"; [[close]]; } //Rest Script code Below ......