Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created February 3, 2019 06:08
Show Gist options
  • Save triacontane/c99d3614d6cb50897de1824ce2a07fff to your computer and use it in GitHub Desktop.
Save triacontane/c99d3614d6cb50897de1824ce2a07fff to your computer and use it in GitHub Desktop.
強制的な乗車
$gamePlayer._vehicleType = 'airship';
$gamePlayer._vehicleGettingOn = true;
@triacontane
Copy link
Author

乗り物に強制的に乗ります。
例の場合は飛行船で、小型船の場合は「boat」大型船の場合は「ship」を指定します。

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