My script contains these lines:
procedure Sequence begin
reg_anim_clear(PID_CHARLIE);
reg_anim_begin();
animate_move_obj_to_tile(PID_CHARLIE, CHARLIE_WATCH_TILE, ANIMATE_WALK);
reg_anim_end();
end
For now I am just trying to move Charlie from hex, where he stands at the beginning...