EN4_PRC8/_module/nss/en4_hench_washen.nss

10 lines
167 B
Plaintext
Raw Normal View History

int StartingConditional()
{
int iResult;
iResult = FALSE;
if (GetTag(OBJECT_SELF) == GetLocalString(GetPCSpeaker(),"Henchman"))
iResult = TRUE;
return iResult;
}