generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
7
_module/nss/naprof_c_storecl.nss
Normal file
7
_module/nss/naprof_c_storecl.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user