Monitor a text file and script actions for when updates occur.
Just create a text file like...
then when the file is updated...
The script detects it and calls the update function - where you can put your custom code. Add as many k=v settings as you require in the text file.
Just create a text file like...
Code:
player1=Boomhauer
player2=Hank
then when the file is updated...
Code:
player1=Boomhauer
player2=Bobby
The script detects it and calls the update function - where you can put your custom code. Add as many k=v settings as you require in the text file.