PWE_PRC8/_module/nss/tha_open_shop.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

10 lines
234 B
Plaintext

void main()
{
object oStore = GetObjectByTag("tha_furnishop");
if(oStore == OBJECT_INVALID)
oStore = CreateObject(OBJECT_TYPE_STORE,"furniturestore",GetLocation(OBJECT_SELF));
OpenStore(oStore,GetPCSpeaker());
}