AddCreatureMoney

From Dragon Age Toolset Wiki
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