Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
11
_module/nss/qst_ed3.nss
Normal file
11
_module/nss/qst_ed3.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iDone;
|
||||
|
||||
iDone=GetLocalInt(OBJECT_SELF,"Done");
|
||||
|
||||
if (iDone==0)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user