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