20 lines
633 B
Plaintext
20 lines
633 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName at_032
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 2013-09-01 23:44:49
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_plot"
|
|
|
|
void main()
|
|
{
|
|
|
|
// Otwórz sklep t¹ etykiet¹ lub poinformuj u¿ytkownika, ¿e sklep nie jest dostêpny.
|
|
object oStore = GetNearestObjectByTag("random_inn_hl");
|
|
if(GetObjectType(oStore) == OBJECT_TYPE_STORE)
|
|
gplotAppraiseOpenStore(oStore, GetPCSpeaker());
|
|
else
|
|
ActionSpeakStringByStrRef(53090, TALKVOLUME_TALK);
|
|
}
|