Created
May 27, 2023 08:37
-
-
Save triacontane/d2ef86451409e674dfa3dae1f02b4f61 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
$gameActors.actor(1).stateRate(4) * 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1 : アクターID
4 : ステートID
変数には整数しか格納できないので100倍しています。