Hi,
I have Chatscript embedded in a build enviroment. The build eviroment needs to check wether it needs to its topic files. The only way to do this I currently see is look at the change date of a random file in /topic. It would be much better in my opinion to somehow generate one .txt file anywhere which contains the build timestamp during the build process.
I know there is a system variable for the information I need. I checked the documentation, but apparantly couldnĀ“t find a callback function that is called at the build.
Can you think of any other ways to do this that doesn’t involve me to manually execute a command after building?
Thanks, Tobi