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

15 lines
278 B
Plaintext

//Created by Guile
void main()
{
object oStore = GetNearestObjectByTag("fineammo");
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
{
OpenStore(oStore, GetPCSpeaker());
}
else
{
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}
}