AOC_PRC8/_module/nss/compare_xp.nss

9 lines
161 B
Plaintext
Raw Normal View History

2025-04-03 11:24:16 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
int iResult;
iResult = (GetLocalInt(oPC, "TARGET_XP") < GetXP(oPC));
return iResult;
}