7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oTarg=GetLocalObject(GetPCSpeaker(),"oTarget");
|
|
if (GetLocalInt(oTarg,"nBuilder")==TRUE) return TRUE;
|
|
return FALSE;
|
|
}
|