vote-1.01/
Keyword(s): POLL VOTING VOTE

Syntax: POLL            - Displays available polls.
        POLL NEW        - Displays the number of polls available to vote on.
        POLL #          - Displays the choices that can be voted on.
        POLL # VOTE #   - Votes for the corresponding choice number.
        POLL # RESULTS  - Displays the current poll results.
        POLL CREDITS    - Displays creation credits for the poll system.
 
The Voting Poll System was specifically designed for Legend of
the Nobles in order to get a better idea of what players think
about a topic. The voting is anonymous and restricted to one
vote per player file. Voting is designed to be allowed during a
pre-specified time (MM/DD/YYYY - MM/DD/YYYY), at which time the
poll will automatically close to any further voting.
 
NOTE: The use of polls is restricted to levels 10 and above.







Keyword(s): PEDIT

Syntax: pedit <poll #>   - Enters the editor for the selected poll.
 
The following commands are available from within the PEDITOR:

choice <#> <text>   - changes the text of the selected choice
close <date>        - changes the closing date of the poll (MM/DD/YYYY)
create <topic>      - creates a new poll with the topic given
delete              - flags the specified poll for deletion
list                - shows all created polls availble for editing
open <date>         - changes the opening date of the poll (MM/DD/YYYY)
publish             - publishes/un-publishes the poll for voting
reopen <date>       - changes the closing date of a closed poll (MM/DD/YYYY)
show                - hitting return, or 'show' displays the poll information
to <all|imm|imp>    - specifies who the poll will be available to
topic <topic>       - changes the topic of the poll
 
Non-editable fields:
Created by:         - dispalys the name of who created the poll and the
                      date the poll was created on.
[##]                - the number following the topic is the polls unique
                      id. this number can not be changed since it is used
                      to keep track of what polls a player has voted on.
 
NOTE: All choices are compacted when exiting the editor or saving
      the poll data.