10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
object oObject=GetPCSpeaker();
|
||
|
|
||
|
iResult=(GetLocalInt(oObject, "Dlg_Init_" + GetTag(OBJECT_SELF)) == TRUE);
|
||
|
|
||
|
return iResult;
|
||
|
}
|