Aantioch_Infernum/_module/nss/take_10000gp.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

14 lines
410 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName fare_capt1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/06/2003 17:32:59
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(10000, GetPCSpeaker(), TRUE);
}