8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
|
#include "x4_inc_functions"
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
if (GetLastPCChatMessage(oPC) == "") return TRUE;
|
||
|
return FALSE;
|
||
|
}
|