Jaysyn904 adeff59f82 Initial commit
Initial commit.
2024-08-02 23:18:00 -04:00

14 lines
401 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName pay_250gp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1/6/2006 2:07:11 AM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(250, GetPCSpeaker(), TRUE);
}