Aantioch_Infernum/_module/nss/alreadyspoken.nss

10 lines
178 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
// PC has already spoken at least once with NPC
int StartingConditional()
{
int iResult;
iResult = GetLocalInt(OBJECT_SELF,"NW_L_TALKTIMES") >=1;
return iResult;
}