PWE_PRC8/_module/nss/tru_rez_tg.nss

16 lines
490 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
//:: 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);
}