14 lines
395 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName take2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1/9/2004 3:00:42 AM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(2, GetPCSpeaker(), TRUE);
}