generated from Jaysyn/ModuleTemplate
23 lines
284 B
Plaintext
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;
|
|
}
|