- Joined
- Nov 26, 2016
- Messages
- 133
- Reaction score
- 64
- First Language
- English
- Primarily Uses
- RMVXA
I am adding text in a script like this:
Notice: This shows the old way I was loading the text.
The new format is Script: text("Book*Chapt*")
* is a value between 1 and 66 for books and 1-?? for chapters.
Is there a better way to accomplish this?
Example: Call text(Book\VChapt\V[c]) or something like that.
\V where \V is a variable and b is the book value.
\V[c] where \V is a variable and c is the chapter value.
Maybe create a string that holds the filename to load and call the script with the file name?
Hopefully this makes sense.
Notice: This shows the old way I was loading the text.
The new format is Script: text("Book*Chapt*")
* is a value between 1 and 66 for books and 1-?? for chapters.
Is there a better way to accomplish this?
Example: Call text(Book\VChapt\V[c]) or something like that.
\V where \V is a variable and b is the book value.
\V[c] where \V is a variable and c is the chapter value.
Maybe create a string that holds the filename to load and call the script with the file name?
Hopefully this makes sense.


