Main public logs

From PMDOWiki

Combined display of all available logs of PMDOWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:17, 26 November 2025 Imbion talk contribs created page UI (functions) (Created page with "{{Cleanup}} == UI:WaitInput == Waits for the player to press a button before continuing. == UI:WaitShowDialogue == Displays a dialogue box with text, waiting until the player completes it. Takes a string as an argument. === Arguments === * <code>text</code>: The text to display. * <code>callbacks</code>: The Lua table of callbacks for the textbox to call. === Example === <pre> UI:WaitShowDialogue("Hello World!") </pre> == UI:WaitShowTimedDialogue == Displ...")