#Is there a way to incorporate spaces into arguments without splitting them?

1 messages · Page 1 of 1 (latest)

plain idol
#

As mentioned in previous posts, I'm working on a in-game file editor named Foxtrot.
I need to add spaces for file names, but I also need my command to have extra arguments.

e.g. I need '/foxtrot edit File With Spaces' to work, but also, '/foxtrot file create NewFIle'

Same Issue on Github here

GitHub

Due to the introduction of arg-3, 4 to the /foxtrot (/f) command, editing files with spaces now breaks. Instead of, for example, arg-2 being "Foxtrot Skript Editor.sk", it's now "...

#

skript-gui, skbee, skript, skutilities, btw

nocturne harbor
#

check if the first agument is edit, then just append all the other args?