Files
HeroesStone_PRC8/_module/nss/naprof_c_storecl.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

8 lines
248 B
Plaintext

int StartingConditional()
{
object oNearbyStore=GetNearestObjectByTag(GetTag(OBJECT_SELF)+"sStore");
if (oNearbyStore==OBJECT_INVALID) return TRUE;
if (GetDistanceBetween(oNearbyStore,OBJECT_SELF)>15.0) return TRUE;
return FALSE;
}