Tutorials on setting up daemons and fuses for TADS 2?

I am having a bit of trouble setting up daemons with TADS 2. I make my function (let’s call it functionName: function;) and then I call setdaemon(functionName); and TADS 2 compiler gives me an error saying I am redefining the same function. Is there any tutorials for daemons and fuses for TADS 2? :slight_smile:

Alright! My dummy error: I didn’t declare the function first. XD