6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if (GetLocalInt(GetModule(),"bCarpetLoc3")) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|