fantasycalendar / FoundryVTT-ItemPiles

Other
33 stars 54 forks source link

[Macro on 'vault' not being executed] - [DnD 5E] #585

Closed Aemeth21 closed 3 months ago

Aemeth21 commented 3 months ago

Are you on the latest version of Item Piles? No - version 2.8.20

Have you tried to reset Item Piles' system settings? Yes

Describe the bug I have a 'vault' item pile and I'm trying to execute a macro whenever this vault is opened, it's just an audio file, I'm using sequencer for that. The audio just doesn't play.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'item pile config.'
  2. Click on 'On interact macro'
  3. Scroll down to 'macro plays audio'
  4. See error "Audio doesn't play"

Expected behavior I want the audio to be played every time I open this vault.

Setup:

Active modules:

Haxxer commented 3 months ago

Can you please post the macro?

Aemeth21 commented 3 months ago

new Sequence () .sound() .file("Fridge-sfx.mp3") .volume(1) .delay(150) .play()

Haxxer commented 3 months ago

Added in 3.0.0