NWNDS/nwnds_module/at_take50coins.nss

14 lines
415 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName at_take10000coin
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/11/2002 1:53:32 AM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(50, GetPCSpeaker(), TRUE);
}