Initial upload
Initial upload
This commit is contained in:
14
_module/nss/openstore0334.nss
Normal file
14
_module/nss/openstore0334.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//Created by Guile
|
||||
|
||||
void main()
|
||||
{
|
||||
object oStore = GetNearestObjectByTag("fineammo");
|
||||
if (GetObjectType(oStore) == OBJECT_TYPE_STORE)
|
||||
{
|
||||
OpenStore(oStore, GetPCSpeaker());
|
||||
}
|
||||
else
|
||||
{
|
||||
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user