PGCC_PRC8/_module/nss/vat_opencep.nss

13 lines
380 B
Plaintext
Raw Permalink Normal View History

2024-10-09 14:17:22 -04:00
//::///////////////////////////////////////////////
//:: FileName vat_opencep
//:://////////////////////////////////////////////
void main()
{
object oStore = GetNearestObjectByTag("MER_CEP2");
if(GetObjectType(oStore) != OBJECT_TYPE_STORE)
oStore = CreateObject(OBJECT_TYPE_STORE, "mer_cep2", GetLocation(OBJECT_SELF));
OpenStore(oStore, GetPCSpeaker());
}