Created
May 7, 2023 06:29
-
-
Save triacontane/3d554090efde42ac856720821ba07220 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
◆スクリプト:$gameTemp.session = true; | |
◆セーブ画面を開く | |
◆注釈:セーブ前と同一セッションだった場合はここを通る | |
: :ロードし直した場合は通らない | |
◆条件分岐:スクリプト:$gameTemp.session | |
◆タイトル画面に戻す | |
◆ | |
:それ以外のとき | |
◆場所移動:転移の間 (10,13) | |
◆ | |
:分岐終了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment