PWE_PRC8/_module/nss/tha_open_shop.nss

10 lines
234 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
object oStore = GetObjectByTag("tha_furnishop");
if(oStore == OBJECT_INVALID)
oStore = CreateObject(OBJECT_TYPE_STORE,"furniturestore",GetLocation(OBJECT_SELF));
OpenStore(oStore,GetPCSpeaker());
}