Difference between revisions of "AddCreatureMoney"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: re-import with default parameter value parameters set)
m (remove generated)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=AddCreatureMoney
 
|name=AddCreatureMoney

Latest revision as of 22:05, 9 February 2010

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