2021-08-29 23:34:48 -04:00
|
|
|
//::///////////////////////////////////////////////
|
|
|
|
//:: FileName at_154
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
//:: Created By: Script Wizard
|
|
|
|
//:: Created On: 8/30/2005 3:39:58 PM
|
|
|
|
//:://////////////////////////////////////////////
|
|
|
|
void main()
|
|
|
|
{
|
|
|
|
|
2022-06-19 23:39:17 -04:00
|
|
|
// Remove some gold from the player
|
|
|
|
TakeGoldFromCreature(200, GetPCSpeaker(), FALSE);
|
2021-08-29 23:34:48 -04:00
|
|
|
}
|