6 lines
130 B
Plaintext
6 lines
130 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
if(GetLocalObject(GetPCSpeaker(),"oCGAssassin")!=OBJECT_INVALID) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|