Battledale_PRC8/_module/nss/jw_con_notspokbe.nss

11 lines
158 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
iResult = GetLocalInt(GetPCSpeaker(), "Dlg_Init_" + GetTag(OBJECT_SELF)) == FALSE;
return iResult;
}