Created
February 3, 2019 06:11
-
-
Save triacontane/498f966b83847de39a8bea0a7166cda2 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
$gamePlayer._vehicleGettingOff = true; | |
$gamePlayer.vehicle().getOff(); | |
$gamePlayer.setMoveSpeed(4); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
乗り物から強制的に降ります。