13 lines
165 B
Plaintext
13 lines
165 B
Plaintext
#include "utl_i_sqluuid"
|
|
|
|
int StartingConditional()
|
|
{
|
|
string sTag;
|
|
|
|
sTag = GetLocalString(GetPCSpeaker(),"QPTag");
|
|
if (sTag == "")
|
|
return TRUE;
|
|
|
|
return FALSE;
|
|
}
|