Skip to main content

Condition_HasVotedProm

Description

Checks whether BaseObject has already cast a prom vote for the given gender category. Returns false (regardless of CompareType) if BaseObject isn't enrolled at a school.

Parameters

ParameterDescription
BaseObjectThe character to check.
CompareTypeEqual (has voted) / NotEqual (has not voted).
S1EB1GenderType (Male/Female) — the prom royalty category to check.

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if Self has voted for the Male categorySelfHasVotedPromEqualMale
Check if Self has not voted for the Female categorySelfHasVotedPromNotEqualFemale