сообщения без останавливания https://galvs-scripts.com/2012/10/21...-without-wait/

картинки под персонажа

class Spriteset_Map

def update_pictures
$game_map.screen.pictures.each do |pic|
@picture_sprites[pic.number] ||= Sprite_Picture.new(@viewport1, pic)
@picture_sprites[pic.number].update
end
end

end