Xbozon / storyteller

A small modification that allows you to present the story in the game as an open book.
Apache License 2.0
16 stars 9 forks source link

[ISSUE] Global sound #15

Closed WallaceMcGregor closed 2 years ago

WallaceMcGregor commented 2 years ago

The latest update with the book opening sound plays a global sound. In other words, any player who opens a journal will "launch" the sound to everyone.

Until now I used a macro to play a sound when someone opened a journal. The last attribute "false" of the macro is intended to prevent it from playing globally. I don't know if it will help you.

AudioHelper.play({src:"source", volume: 0.8, autoplay: true, loop: false}, **false**)

Xbozon commented 2 years ago

@WallaceMcGregor Yes, you're right, my mistake. Thanks, I'll fix it today!

Xbozon commented 2 years ago

@WallaceMcGregor Fixed in Alpha 0.2.1

Thanks again!

WallaceMcGregor commented 2 years ago

Thanks to you!