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

9 lines
181 B
Plaintext

int StartingConditional()
{
int iResult;
object oTarget = GetLocalObject(OBJECT_SELF, "DM_PAA_oPlaceable1");
iResult = GetIsObjectValid(oTarget);
return iResult;
}