Skip to content
#159
Auto-translated
Sometimes, you come across scripted functions that take longer to execute than others (e.g., a message box). The game uses a clever trick: instead of finishing one function completely, it immediately starts the next, which causes the script to malfunction. In such cases, I often insert `sleep(3)` in suspicious places, and it usually helps.

Statistics

Welcome our newest member: Emil