Revision history of "Event Reference Condition"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 06:28, 20 October 2024Jaskrendix talk contribs 15,974 bytes +15,974 Created page with "Here is a list of currently implemented conditions. New event conditions can be created by creating a new page under the '''tuxemon/event/conditions''': == battle_is == Check to see if a character has fought against another one and won, lost or draw. '''Parameters''' * <code>fighter</code>: Npc slug name (e.g. "npc_maple"). * <code>outcome</code>: One among "won", "lost" or "draw". * <code>opponent</code>: Npc slug name (e.g. "npc_maple"). '''Examples''' * <code>is ba..."