11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
void main()
|
|
{
|
|
string sStoreTag = "X2_STORETHIEF001";
|
|
string sStoreRes = "x2_storethief001";
|
|
if (GetNearestObjectByTag(sStoreTag) == OBJECT_INVALID)
|
|
{
|
|
CreateObject(OBJECT_TYPE_STORE, sStoreRes, GetLocation(OBJECT_SELF));
|
|
}
|
|
SetLocalString(GetPCSpeaker(), "STORE", sStoreTag);
|
|
}
|