generated from Jaysyn/ModuleTemplate
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
int iOffset = GetLocalInt(OBJECT_SELF, "DM_PAA_iOffset");
|
|
|
|
iResult = iOffset > 10;
|
|
return iResult;
|
|
}
|