How would I save a savefile to disk with the ability to choose the path you save the file to?
EX: Texter hits the save verb then selects the path he would wish the file to save.
~Texter
Copyright © 2025 BYOND Software.
All rights reserved.
var/savename = input("Save file name:","Saving")
then in your file name, replace the part where you define the save file name with [savename].
I have no idea if that would work, since I'm not too good yet and I haven't tried it, but it could work.