RoT2_PRC8/_module/nss/bvcaptain_charge.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

14 lines
416 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName bvcaptain_charge
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/10/2003 6:55:12 PM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(2000, GetPCSpeaker(), TRUE);
}