9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
int iResult;
|
||
|
|
||
|
iResult = (GetLocalInt(oPC, "TARGET_XP") < GetXP(oPC));
|
||
|
return iResult;
|
||
|
}
|