12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if ((GetLevelByClass(CLASS_TYPE_MONK, oPC)==0))
|
|
return TRUE;
|
|
|
|
return FALSE;
|
|
|
|
|
|
}
|