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

13 lines
262 B
Plaintext

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