14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName at_trh_100gp
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 1/19/2004 12:52:58 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
// Give the speaker some gold
|
||
|
GiveGoldToCreature(GetPCSpeaker(), 200);
|
||
|
|
||
|
}
|