Skip to main content

Vote.Start

Optional integration

This method requires Callvote.

Starts a vote.

Syntaxโ€‹

Vote.Start "question" @player_asking? *options...

Argumentsโ€‹

NameRequiredTypeDescription
questionYesAny text e.g. "Hello, World!"
player askingNoPlayer value e.g. @player, with EXACTLY 1 player.Use _ if there isn't a specific player asking the question.
optionsYesa 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.