14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName _ew_100_gold
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 02.10.2003 08:04:34
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Dem Sprecher etwas Gold geben
|
||
|
GiveGoldToCreature(GetPCSpeaker(), 100);
|
||
|
|
||
|
}
|