Vote.Start
Optional integration
This method requires Callvote.
Starts a vote.
Syntaxโ
Vote.Start "question" @player_asking? *options...
Argumentsโ
| Name | Required | Type | Description |
|---|---|---|---|
question | Yes | Any text e.g. "Hello, World!" | |
player asking | No | Player value e.g. @player, with EXACTLY 1 player. | Use _ if there isn't a specific player asking the question. |
options | Yes | a reference to VoteOption object. | The options for the vote. |
On a running serverโ
Use serhelp Vote.Start to inspect the reference generated by your installed SER version.