14 lines
395 B
Plaintext
14 lines
395 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName 200000
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 2/19/2004 12:03:36 PM
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
GiveGoldToCreature(GetPCSpeaker(), 200000);
|
|
|
|
}
|