Returns information about the currently open petition


See also Petition functions.

Signature:

petitionType, title, bodyText, maxSignatures, originatorName, isOriginator, minSignatures = GetPetitionInfo()

Returns:

  • petitionType - Type of the petition (string)

    • arena - An arena team charter
    • guild - A guild charter

  • title - Title of the petition (string)

  • bodyText - Body text of the petition (string)

  • maxSignatures - Maximum number of signatures allowed (number)

  • originatorName - Name of the character who initially purchased the charter (string)

  • isOriginator - 1 if the player is the petition's originator; otherwise nil (1nil)

  • minSignatures - Minimum number of signatures required to establish the charter (number)