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