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

16 lines
490 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName tru_rez_tg
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 1/4/2003 2:05:32 PM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
object oMod=GetModule();
int rezcost=GetLocalInt(oMod,"TRUEREZCOST");
TakeGoldFromCreature(rezcost, GetPCSpeaker(), TRUE);
}