I want to do what was done in the "Brooklyn Trash King". There's a command that says "check the newspaper" and it opens a new window that goes to an external website so you can read a news article. How do I do this?
If I understand well what you're trying to, you just need to use an html link.
to add html you can use then you need to use the target="blank"
so this is what you need to paste in your twine passage :
If you click this text, it will open a website in a new window
<html> tag in twine
If I understand well what you're trying to, you just need to use an html link.
to add html you can use then you need to use the target="blank"
so this is what you need to paste in your twine passage :
If you click this text, it will open a website in a new window