Sound option

Hello, can we add a sound when script finished? it will be useful for dungeons and hwt. thanks :slight_smile:

1 Like

You can do that with the scriptcommands plugin

1 Like

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:

1 Like

That wouldnt do what he wants at all, scriptcommands is his answer

1 Like

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.

1 Like