Condition start trace not working

will… it works :smiley:
i did as you suggested @PhysX
separated it into 5x conditions:

  • IF: in-town
    THEN: start-bot

  • IF: botting & in-training-area & player-in-range(NAME)
    THEN: stop-bot

  • IF: in-training-area & player-in-range(NAME)
    THEN: wait-ms(500) & start-trace(NAME)

  • IF: in-training-area & player-not-in-range(NAME)
    THEN: stop-trace

  • IF: in-training-area & not-tracing & player-not-in-range(NAME)
    THEN: return-to-town

thx mista
D694B06A-0DC6-4720-BCA6-5E8AB8499A7C