Files
HeroesStone_PRC8/_module/nss/de1_talkchkb.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

15 lines
338 B
Plaintext

/////////////////////////////////////
// Dragon's Edge
// by Charly Carlos
/////////////////////////////////////
// Check to see whether this object has been spoken to before.
/////////////////////////////////////
int StartingConditional()
{
int iResult;
iResult = GetLocalInt(OBJECT_SELF, "nTalked")== 1;
return iResult;
}