Skip to main content

clubmember

Discworld expression help

clubmember

Name

clubmember - find if the person is a member of a specific club

Syntax

bool clubmember(string club)

Description

This method determines if the current person is a member of a club or not. You can use this to restrict what someone does based on their club affiliations.

Examples

clubmember("Furry Bananas")

See also

citizenof