generated from Jaysyn/ModuleTemplate
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
object oMore = GetLocalObject(OBJECT_SELF, "DM_PAA_oMore");
|
|
|
|
iResult = GetIsObjectValid(oMore);
|
|
return iResult;
|
|
}
|