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