Tutorial:Coroutines in 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.

16 October 2025

2 September 2025

17 August 2025

  • curprev 19:3419:34, 17 August 2025 Imbion talk contribs 5,457 bytes +5,457 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..."