Tutorial:Basic Zone Scripts: Revision history

From PMDOWiki

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.

20 October 2025

16 October 2025

25 June 2025

  • curprev 15:0415:04, 25 June 2025 Imbion talk contribs 6,514 bytes +6,514 Created page with "PMDO has some base functions for its zones that have to be user implemented. In order to make a functioning dungeon, these functions must be filled out. From the root folder of a mod, you can find them at <code>Data/Script/[modNamespace]/zone/[zoneName]</code>. All of these functions are found in the <code>init.lua</code> file. == Init == This function is run every time the zone is initialized, such as when we enter it, exit a quicksave, or load a replay. All base dungeo..."