Initial Commit

Initial Commit
This commit is contained in:
Jaysyn904
2023-09-21 19:51:32 -04:00
parent 65b5bd7fd3
commit 102ba7dab6
6400 changed files with 5741850 additions and 0 deletions

17
_module/nss/at_018.nss Normal file
View File

@@ -0,0 +1,17 @@
//::///////////////////////////////////////////////
//:: FileName at_018
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 2013-07-09 17:10:00
//:://////////////////////////////////////////////
void main()
{
// Otw<74>rz sklep t<> etykiet<65> lub poinformuj u<>ytkownika, <20>e sklep nie jest dost<73>pny.
object oStore = GetNearestObjectByTag("jedzenie");
if(GetObjectType(oStore) == OBJECT_TYPE_STORE)
OpenStore(oStore, GetPCSpeaker());
else
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
}