Initial Commit
Initial Commit
This commit is contained in:
8
_module/nss/house_varclear.nss
Normal file
8
_module/nss/house_varclear.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
DeleteLocalString(oPC, "HouseToSell");
|
||||
DeleteLocalInt(oPC, "HouseToSell_p");
|
||||
DeleteLocalInt(oPC, "HouseAuthPosition");
|
||||
DeleteLocalInt(oPC, "HousePrice");
|
||||
}
|
||||
Reference in New Issue
Block a user