#include "x4_inc_functions"
int StartingConditional()
{
    object oPC = GetPCSpeaker();
    if (GetLastPCChatMessage(oPC) == "") return TRUE;
    return FALSE;
}