RATDOG/_module/nss/at_154.nss

14 lines
406 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_154
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/30/2005 3:39:58 PM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(200, GetPCSpeaker(), FALSE);
}