Status so far:
Ive created a generic map, in which a character moves from one point to another. At each point he moves to, he is forced to kill a creep via user movement. Once this is achieved, the user controlled character automatically moves to the next spot and has to kill another character. Ive done this test for the purpose of finding a scrolling mechanism which would build up from a golden axe type system.
i.e.
Arena >> Auto Move >> Arena >> Auto Move >> Boss
Thats now become achievable. Next factors which need to be taken into consideration are path limits. So far the character traverses from one rect to another without path factors so that will be implemented next. So far im only testing the different functions which are avaliable to me, not building the map yet.