14 lines
384 B
Plaintext
14 lines
384 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_016
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 22/04/2008 13:31:38
|
|
//:://////////////////////////////////////////////
|
|
void main()
|
|
{
|
|
// Give the speaker some gold
|
|
GiveGoldToCreature(GetPCSpeaker(), 140);
|
|
|
|
}
|