Initial Upload
Initial Upload
This commit is contained in:
7
_module/nss/hal_axoscondo.nss
Normal file
7
_module/nss/hal_axoscondo.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
if(!(GetLocalInt(GetArea(OBJECT_SELF), "HSended") == TRUE))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user