LoD_PRC8/_module/nss/openrizstoremeta.nss
Jaysyn904 94990edc60 Initial Upload
Initial Upload
2023-09-21 21:20:34 -04:00

14 lines
269 B
Plaintext

void main()
{
object oStore = GetNearestObjectByTag("RizloMerchantMetal");
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
{
OpenStore(oStore, GetPCSpeaker());
}
else
{
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}
}