ID:164746
 
Currently, I'm using this format for a raft seller:

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.
Use alert or as null|anythin in list for a Cancel one.
Nah, you can't currently add buttons to an input() window (though you can make a custom HTML popup window, perhaps one that looks like a real input() window, and you can do whatever you want with it. Look into Shadowdarke's sd_window), except for a 'Cancel' button, which Dark Wizard just explained how to add.