Skip to content

queueadd()

Warning

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

Syntax

queueadd(<queue_id>, <account_id>);

Warning

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

== Description == Adds to queue of , returning 1 if is already present in the queue, if was not present in queue, it returns 0.

== Example == if('''queueadd'''(.@id,[getcharid]) == 1){ [[mes]] "You are already in the queue."; [[close]]; }