コメント
このコメントは、【トピック】~金とカスタムメニュー~へのコメントです。コメントの内容
コメントの内容(一番最初の投稿)
setCustomParamMenuEnable(true)
setCustomParamMenuName("所持金")
def onShowCustomParameter()
setCustomParamName(0, "ギル")
setCustomParamValue(0, getMoney(),getDenomination())
end
これでできなかったらごめんなさいort
setCustomParamMenuEnable(true) setCustomParamMenuName("所持金") def onShowCustomParameter() setCustomParamName(0, "ギル") setCustomParamValue(0, getMoney(),getDenomination()) endこれでできなかったらごめんなさいort