11 lines
158 B
Plaintext
11 lines
158 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
|
||
|
|
||
|
iResult = GetLocalInt(GetPCSpeaker(), "Dlg_Init_" + GetTag(OBJECT_SELF)) == FALSE;
|
||
|
|
||
|
return iResult;
|
||
|
}
|