also, is the any way you could save a text actor ast a .txt or somthing like that in game? Here is what I use to normally save:
- Code: Select all
strcpy(&TextFile, Text.text);
saveVars("(SaveName)TextFile", "TextSave");
what would/could I do so I could save it onto the clipboard(copy it) or save it as a .txt?
and how do I save a vars title as another set var name?