Battledale_PRC8/_module/nss/openstore001.nss

12 lines
262 B
Plaintext
Raw Permalink Normal View History

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