UW2_PRC8/_module/nss/openarcanestore.nss
Jaysyn904 5197ad9a4d Initial upload
Initial upload
2023-09-25 20:24:01 -04:00

13 lines
261 B
Plaintext

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