7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
int StartingConditional()
|
|
{
|
|
string sName=GetName(GetPCSpeaker());
|
|
if (GetLocalInt(OBJECT_SELF,"n"+sName+"Completed")==1) return TRUE;
|
|
return FALSE;
|
|
}
|