Hi all ,
my pourpose is to use a external text file ( a simple txt or a xml ) where i can create a repository for a phrases to use in-game.
I mean,
instead of
----------------------------
Character.say("Hello");
i want to use something like
-----------------------------------------
String mystr = MyReadFunction()
Character.Say(mystr);
How can i structure external file?
There is some plugin who permit me to use xml structure?
My scope is to externalize all the phrases (used for a examine a object, for example) actually write into code
Thanks to all
my pourpose is to use a external text file ( a simple txt or a xml ) where i can create a repository for a phrases to use in-game.
I mean,
instead of
----------------------------
Character.say("Hello");
i want to use something like
-----------------------------------------
String mystr = MyReadFunction()
Character.Say(mystr);
How can i structure external file?
There is some plugin who permit me to use xml structure?
My scope is to externalize all the phrases (used for a examine a object, for example) actually write into code
Thanks to all
