Battledale_PRC8/_module/nss/jw_aishatreechek.nss

10 lines
168 B
Plaintext
Raw Permalink Normal View History

int StartingConditional()
{
int iResult;
object oPC = GetPCSpeaker();
iResult = (GetLocalInt(oPC, "Dlg_Init_jw_tree_tr") == TRUE) ;
return iResult;
}