トピック「変数-変数」の履歴(ID: 159)

投稿: Material 7186 1 mini ikosami 更新: Material 7186 1 mini ikosami 履歴更新日:2017/03/01 16:17:01

変数-変数

変数と変数で計算する事は可能ですか?
↓のように 書いたら、
一回しか攻撃していないのになぜか倒したと出てきました。

setVariable("THP", 10)
setVariable("PA", 5)
speak("敵が現れた!")
case speakWithSelect(2,"攻撃","逃げる",
"ボックスのHP:", getVariable("敵"))
when 0
setVariable("THP", getVariable("THP") - getVariable("PA"))
when 1
changeChapter("平野")
end

if getVariable("THP") < 0
changeChapter("平野戦闘")
end
speak("敵を倒した!\n0Gと\n0の経験地を手に入れた!")
changeChapter("平野")

履歴一覧に戻る