IMM_POLL
Keywords: IMM_POLL, WIZ_POLL
=== STAFF MANUAL ===
Usage: poll create <question>
poll delete <poll #>
poll multi <poll #>
poll reset <poll #>
poll answer add <poll #> <answer text>
poll answer delete <poll #> <answer #>
Description:
Create and manage player voting polls. Players vote using the
vote command. Requires Admin privileges.
Subcommands:
create <question> ............. Create a new poll with the
given question text. The poll
number is assigned automatically.
delete <#> .................... Delete a poll. The first time
marks it for deletion; repeat the
command to confirm and remove it.
multi <#> ..................... Toggle multi-choice mode. When
enabled, players can vote for more
than one answer.
reset <#> ..................... Clear all votes on a poll,
resetting every answer's voter list
and the poll's voter list. Requires
Coder level.
answer add <#> <text> ......... Add an answer option to a poll.
answer delete <#> <answer #> .. Remove an answer by number.
Notes:
- All changes except reset are saved to disk immediately.
- Poll and answer numbers are 1-indexed.
- Subcommand keywords can be abbreviated.
Related Helpfiles: VOTE
=== END MANUAL ===