14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName _ew_100000_gold
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 02.10.2003 08:06:08
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Dem Sprecher etwas Gold geben
|
||
|
GiveGoldToCreature(GetPCSpeaker(), 100000);
|
||
|
|
||
|
}
|