PWE_PRC8/_module/nss/take_100gp.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

16 lines
454 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName take_100gp
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/09/2002 8:18:06 PM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(100, GetPCSpeaker(), TRUE);
SetLocalInt(GetPCSpeaker(),"Bet",100);
}