Hello guys,
Im new into scripting, I would like to save information about ranks in .txt or smth, so I can change it anytime I want. Fysiks ( thanks ) said, that I have to use vault, nvault or fopen() functions etc, but I dont know how should I start with it. That how looks code:
Code:
if ( stats[0] >= 0 && stats[0] <= 29)
format(ranga,29,"Cat" )
How I can do that, so "Cat" could be read from .txt, and I could change it anytime ( it would be best way for me I think, but if you will say that should I do it by other way, I can do it, since I cant do something alone

).
Thank you for all guys
Cheers