We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec8645 commit 9aef45fCopy full SHA for 9aef45f
scripts/pack_instruments/pack_instruments.gml
@@ -2,7 +2,8 @@
2
// https://help.yoyogames.com/hc/en-us/articles/360005277377 for more information
3
function pack_instruments() {
4
var fn, tempdir, ins, src, dst, count;
5
- fn = string(get_save_filename_ext("ZIP archive (*.zip)|*.zip", condstr(song_name == "", song_name, "*") + ".zip", "", "Pack instruments to ZIP file"));
+ show_debug_message(song_name)
6
+ fn = string(get_save_filename_ext("ZIP archive (*.zip)|*.zip", condstr(filename == "", "", filename_change_ext(filename, "") + " - ") + "Instruments.zip", "", "Pack instruments to ZIP file"));
7
if (fn = "") return 0;
8
9
tempdir = data_directory + "Temp\\";
0 commit comments