Hello, can we add a sound when script finished? it will be useful for dungeons and hwt. thanks
You can do that with the scriptcommands plugin
Just try to be creative with conditions. I assume you are using scripts to go through dungeons or HWT. Once it is finished, your characters are probably teleporting. Maybe adding a condition like this:
If > in town
then > play sound
See the screenshot:
That wouldnt do what he wants at all, scriptcommands is his answer
Yeah. It would probably work with script commands. I donโt remember if there is an option to play sound there. If so, definitely use script commands. Otherwise, this can fix his problem too. Create a profile, activate this only in this profile. Create your scripts so that when FGW finishes (which means probably last command in your script), return them to town and sound effect. However, you need to be careful about this condition. If โIn townโ check is running with no delay, your bot might crash. I am not sure though. You need to check for this I guess.