def draw_pictures number = $game_party.members[@actor_index].id @sprite = Sprite.new @sprite.bitmap = Bitmap.new("Graphics/Pictures/#{number}") end