I have a Book script but i want if someone clicks on the Website button that a website opens
code_language.skript:
command /info:
trigger:
set {_book} to a new book
wait 1 tick
set {_component} to a new text component with "&0➤ &9&lWebsite"
wait 1 tick
add hover event with action SHOW_TEXT with text "&fClick to open the website" to text component {_component}
wait 1 tick
add click event with action RUN_COMMAND with execute "/broadcast Hello!" to text component {_component}
wait 1 tick
add text component {_component} to book {_book}
wait 2 tick
open book {_book} to player