8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if(GetLocalInt(GetPCSpeaker(), "RTG_TaskActive"))
|
||
|
return TRUE;
|
||
|
|
||
|
return FALSE;
|
||
|
}
|