GiveGoldToCreature(object, int)

指定した額のゴールドをクリーチャーに与える。

void GiveGoldToCreature(
    object oCreature,
    int nGP
);

Parameters

oCreature

儲けを受け取るクリーチャー

nGP

oCreatureに与えるゴールドの金額


Description

oCreatureにnGPゴールド与えます。



Version

1.22

See Also

functions: GetFactionGold | GetGold | GetGoldPieceValue | RewardPartyGP | TakeGoldFromCreature
categories: Action on Object Functions | Money Functions


author: Jody Fletcher, JP team: Rainie
Send comments on this topic.