10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
if (!GetIsSkillSuccessful(oPC, 37, 12)) return FALSE; // 37 = Climb
|
||
|
|
||
|
return TRUE;
|
||
|
}
|
||
|
|