int StartingConditional() { int iResult; object oWidget = GetLocalObject(OBJECT_SELF, "DM_SM_oWidget"); object oPlaceable = GetLocalObject(OBJECT_SELF, "DM_SM_oPlaceable3"); iResult = GetIsObjectValid(oPlaceable); return iResult; }