11 lines
162 B
Plaintext
11 lines
162 B
Plaintext
|
#include "fv_vial_id_h"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
iResult = doIdentify(oPC, 50);
|
||
|
return !iResult;
|
||
|
}
|