Created
December 4, 2022 07:25
-
-
Save triacontane/4823e7e0026860f89acc91c7bc04f3b3 to your computer and use it in GitHub Desktop.
実行中のマップイベントを強制終了
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ($gameMap.isEventRunning()) { | |
$gameMap._interpreter.terminate(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
実行中のマップイベント(並列処理除く)を強制停止します。