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

10 lines
217 B
Plaintext

int StartingConditional()
{
/* object iResult;
iResult = GetHenchman(GetPCSpeaker());
if (iResult==OBJECT_INVALID)
{return FALSE;}
return TRUE;*/
return GetLocalInt(OBJECT_SELF,"hired");
}