#include "x3_inc_horse" int StartingConditional() { object oPC=GetPCSpeaker(); object oHorse=HorseGetMyHorse(oPC); int nTail=GetCreatureTailType(oHorse); if (GetLocalInt(oHorse,"bDBW_HORSE")!=nTail) return TRUE; return FALSE; }