PGCC_PRC8/_module/nss/vat_opencep.nss
Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

13 lines
380 B
Plaintext

//::///////////////////////////////////////////////
//:: 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());
}