///////////////////////////////////// // Dragon's Edge // by Charly Carlos ///////////////////////////////////// // Check to see whether this object has been spoken to before. ///////////////////////////////////// int StartingConditional() { int iResult; iResult = GetLocalInt(OBJECT_SELF, "nTalked")== 1; return iResult; }