NWNDS/nwnds_module/takegoldforcarav.nss

14 lines
406 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName takegoldforcarav
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/31/02 6:34:54 PM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(50, GetPCSpeaker(), TRUE);
}