10 lines
150 B
Plaintext
10 lines
150 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iReturn = GetLocalInt(GetModule(), "iAllowPChest");
|
|
|
|
if (iReturn ==1) return TRUE;
|
|
|
|
else return FALSE;
|
|
}
|
|
|