generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
8
_module/nss/dm_paa_checknext.nss
Normal file
8
_module/nss/dm_paa_checknext.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
object oMore = GetLocalObject(OBJECT_SELF, "DM_PAA_oMore");
|
||||
|
||||
iResult = GetIsObjectValid(oMore);
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user