AddCreatureMoney

From Dragon Age Toolset Wiki
Revision as of 22:05, 9 February 2010 by BryanDerksen (Talk | contribs) (remove generated)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Add money to a creature

void AddCreatureMoney(
int nCoppers,
object oCreature = OBJECT_SELF,
int bNotify = TRUE
);
Parameters:
nCoppers
The amount to give, in copper pieces
oCreature
The creature receiving the money
bNotify
Notify the player his money amount changed
Returns:

Nothing.

Source:

script.ldf

Description

Add money to a creature