// 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; }