9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
int StartingConditional()
|
|
{
|
|
int iResult;
|
|
|
|
iResult = (GetLocalInt(GetModule(),"T1_MODULE_NOBINDSTONES") == 0);
|
|
return iResult;
|
|
}
|
|
|