"Copy conversation" does not work in a browser version. For that you would need to download, unzip, and run (Windows only) Unfortunately, this is the limitation of itch.io, where clipboard permissions are not granted by the iframe <iframe allow="clipboard-read; clipboard-write *"> . There is a workaround for that using prompt function or commandexec (depreciated but seemingly still works), but I am too lazy/busy too spend time on that.
Comments
Log in with itch.io to leave a comment.
"Copy conversation" does not work in a browser version. For that you would need to download, unzip, and run (Windows only)
Unfortunately, this is the limitation of itch.io, where clipboard permissions are not granted by the iframe <iframe allow="clipboard-read; clipboard-write *"> . There is a workaround for that using prompt function or commandexec (depreciated but seemingly still works), but I am too lazy/busy too spend time on that.