トピック「敵を倒してからの金GET」の履歴(ID: 205)

投稿:    001 mini noes 更新:    001 mini noes 履歴更新日:2017/03/01 16:17:01

敵を倒してからの金GET

敵を倒してカスタムパラメーターの数字にお金の値を追加するのはどうやってやるのですか?
カスタムパラメーターは他のページを参考にして以下のようにやりました。
setCustomParamMenuEnable(true)

setCustomParamMenuName("所持金")

setVariable("testParamValue", 100)

def onShowCustomParameter()

setCustomParamName(0, "所持金")
setCustomParamValue(0, getVariable("testParamValue"))


setCustomParamName(2, "delete")
setCustomParamValue(2, 30)
deleteCustomParam(2)

drawCustomParam()


end

まだ変数のことをぜんぜん理解できてないので
もしよろしければ、わかりやすい解説をお願いします。
履歴一覧に戻る