I'm basically looking to increase a value by a set amount and save the value back to the same file. Also I don't remember or couldnt find the list showing what commands are taken into account first.
@savefile@[read.txt,@readfile@[read.txt]+5]
So I want the value in read.txt (300) to have (5) added to it to become (305) and then save back to read.txt
I used to have it setup like that or at least the idea worked in that way.