HiddenTradition_PRC8/_module/nss/at_innpayskey.nss
2024-06-20 15:47:42 -04:00

21 lines
504 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName at_innpayskey
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/12/22 18:15:30
//:://////////////////////////////////////////////
void main()
{
object oPC =GetPCSpeaker();
// Set the variables
SetLocalInt(oPC, "PaysRats", 1);
// Give the speaker the items
CreateItemOnObject("payscatharescell", oPC, 1);
}