9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iReturn = GetLocalInt(GetModule(), "iAllowStores");
|
|
|
|
if (iReturn ==1) return TRUE;
|
|
|
|
else return FALSE;
|
|
}
|