switch(input("Hello, would you be interested in purchasing a raft?")in list("Buy A Raft (1,000 Crowns)", "Cancel"))
Now while that works, the only button you can press is "Ok". What I would like to know, is if there is a way so that you can have the "Ok" button and an "Info" button. I'm sure it's possible, I'm just curious as to how I would do it.