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