AOC_PRC8/_module/nss/create_ws0.nss
Jaysyn904 5e558169a0 Initial Commit
Initial Commit
2025-04-03 11:24:16 -04:00

11 lines
280 B
Plaintext

void main()
{
string sStoreTag = "ArcaneLevel0";
string sStoreRes = "arcanelevel0";
if (GetNearestObjectByTag(sStoreTag) == OBJECT_INVALID)
{
CreateObject(OBJECT_TYPE_STORE, sStoreRes, GetLocation(OBJECT_SELF));
}
SetLocalString(GetPCSpeaker(), "STORE", sStoreTag);
}