AOC_PRC8/_module/nss/partyleader.nss

9 lines
147 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:24:16 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
int iResult;
iResult = (GetFactionLeader(oPC) == oPC);
return iResult;
}