コメント

このコメントは、【トピック】エラーへのコメントです。

コメントの内容

Zararu128x128 mini dycoon(投稿日:2009/11/23 16:11/23/09)
以下の基本変数を
http://page.rmake.jp/wikis/8
応用することでできるかと思います。

動作確認はしておりませんが、以下のような形かと思います。

setVariable("お金", getVariable("お金") - 100)


def onShowCustomParameter()
setCustomParamName(3, "お金")
setCustomParamValue(3,getVariable("お金"))
end


よろしくお願いします。

コメントの内容(一番最初の投稿)

Zararu128x128 mini dycoon(投稿日:2009/11/23 16:11/23/09)
以下の基本変数を
http://page.rmake.jp/wikis/8
応用することでできるかと思います。

動作確認はしておりませんが、以下のような形かと思います。

setVariable("お金", getVariable("お金") - 100)


def onShowCustomParameter()
setCustomParamName(3, "お金")
setCustomParamValue(3,getVariable("お金"))
end


よろしくお願いします。