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

10 lines
224 B
Plaintext

int StartingConditional()
{
int iResult;
object oWidget = GetLocalObject(OBJECT_SELF, "DM_SM_oWidget");
int iCurrentSets = GetLocalInt(oWidget, "iCurrentSets");
iResult = iCurrentSets;
return iResult;
}