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:34, 17 August 2025 Imbion talk contribs created page Coroutines in Scripts (Created page with "Coroutines are an important part of scripting lua cutscenes in PMDO. This page is a tutorial and reference on basic usage of them. == Coroutine Basics == Like in most programming languages, by default lua executes all of its functions in order of script execution. In most cases, this is a very good thing! Think about it in terms of text boxes - we don't want other text boxes trying to appear while the player is still on a previous textbox. We have to finish whatever acti...")