Files
HeroesStone_PRC8/_module/nss/hc_inc_on_enter.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

23 lines
284 B
Plaintext

// PLACEHOLDER
int preEvent()
{
//PRI Mod
object oPC = GetEnteringObject();
SetLocalInt(oPC, "RSA_BedUse", 0);
SetLocalInt(oPC, "RSA_HasRoom", 0);
SetLocalInt(oPC, "RSA_BoughtSuite", 0);
//End of PRI Mod
return 1;
}
void postEvent()
{
return;
}