PoA_PRC8/_module/nss/re_widget14.nss
Jaysyn904 37c79b6d57 Added DMFI
Added DMFI.  Set Diamond Golem appearance size to large.  Full compile.  Updated release archive.
2024-12-28 18:10:38 -05:00

8 lines
208 B
Plaintext

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