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