i have no idea why this won't work. i've set up a mapanim, thus:
ForceMap true
mapAnimClear
mapAnimAdd [0, 1, getMarkerPos "middle_map"]
mapAnimCommit
@mapAnimDone
mapAnimAdd [5, 0.3, getMarkerPos "middle_map"]
mapAnimCommit
@mapAnimDone
~2
mapAnimAdd [0, 0.08, getMarkerPos "enemy_arrow_10"]
mapAnimCommit
@mapAnimDone
etc...
now, the map appears. fine. it's pointing at the correct marker. super. however, it gets to the second instruction (the zoom) and won't budge. oh it'll wait for the 5 seconds specified alright, but no zoomage.
the more peculiar fact is that this all seems to depend on the value of zoom used. for example, a zoom of 0.6 appears to work. 0.3 does not.
anyone know why?