10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
if(GetLocalInt(GetPCSpeaker(), "RTG_TaskType"))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|