NWNDS/nwn_dark_sun/at_take100coins.nss

14 lines
416 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(100, GetPCSpeaker(), TRUE);
}