hello all,
I am working on a script to be implemented in a gamemode that I'm working with my friend.
This script can make possible to work on this "freeroaming" gamemode by renown systems.
My question is:
You know a way to create a command for scripting in ArmA2, so when i write this command, the script goes to read data stored in another file. Obviously scripter defines which data be read in the file.
This is because: in this way another script will store some data, like renown, in this file. As he do a save every Few minutes. So you can have static variables whenever you start the gamemode.
Example of command:
StatsCheck [data to be analyzed];
Example of command from the script:
StatsCheck [Renown, Funds, etc.];
Sorry for my bad english
thanks to all in advance.
Crasso