Is there a way to make /loadbuf load the lines from a txt file NOT alphabetically?
As in the same order the lines appear in the file?
So if I had:

Z_Line1
A_Line2
X_Line3

It would load them in that same order rather than loading them in alphabetical order like this:

A_Line2
X_Line3
Z_Line1

confused


R¹¶¬³¥