Displays encounter journal information for the encounter.


See also _(API_CAT_EJ).

Signature:

name, description, encounterID, firstSection, encounterLink = EJ_GetEncounterInfo(encounterID)

Arguments:

  • encounterID - The unique ID of the encounter (number)

Returns:

  • name - Name of the encounter in question (string)
  • description - The gossip text for the encounter (string)
  • encounterID - The encounter ID of the encounter (number)
  • firstSection - The sectionID for the first section of the encounter (number)
  • encounterLink - A link to the encounter using current EJ difficulty settings (string)