GammaAge/gamma_age_v2/re_widget14.nss
Jaysyn904 ac0d96bd74 Gamma Age module files
Added internal Gamma Age module files.
2021-07-14 16:40:26 -04:00

8 lines
208 B
Plaintext

int StartingConditional()
{
int iResult;
object oTarget = GetItemActivatedTarget();
iResult = GetIsPC(oTarget) && GetLocalInt(GetModule(), "re_" + GetPCPlayerName(oTarget));
return iResult;
}