:prince_first
  if $gameMap._mapId == Maps.RESTAURANT
    play child prince_store_map_21
    return
  end

:prince_store_map_21
  Prince "<Good morning>! I have a fresh selection of products available for sale. Take a look."
  wait 10
  js Managers.Scenes.snapForBackground();
  js Managers.Scenes.push(GameScenes.SalesmanShop);

:prince_default
  play child prince_store_map_21
