10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
|
void main()
|
||
|
{
|
||
|
// ActionSpeakString("Running lootgold", TALKVOLUME_SHOUT);
|
||
|
int nNum = 1;
|
||
|
int nCash = d20(GetHitDice(OBJECT_SELF) /2);
|
||
|
{
|
||
|
GiveGoldToCreature(OBJECT_SELF, nCash);
|
||
|
}
|
||
|
}
|