Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created February 3, 2019 06:11
Show Gist options
  • Save triacontane/498f966b83847de39a8bea0a7166cda2 to your computer and use it in GitHub Desktop.
Save triacontane/498f966b83847de39a8bea0a7166cda2 to your computer and use it in GitHub Desktop.
強制的な降車
$gamePlayer._vehicleGettingOff = true;
$gamePlayer.vehicle().getOff();
$gamePlayer.setMoveSpeed(4);
@triacontane
Copy link
Author

乗り物から強制的に降ります。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment