8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
if( GetLocalInt(GetModule(), "iMaxLevelUp") > GetHitDice(oPC) ) return TRUE;
|
||
|
|
||
|
return FALSE;
|
||
|
}
|