11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
|
#include "mn_i_checkrank"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
iResult = d100(1) <= 10 && ( CheckRank(GetPCSpeaker()) == 0 );
|
||
|
|
||
|
return iResult;
|
||
|
}
|