Jump to content

Recommended Posts

Posted

So I have a pretty complicated problem at the moment. What I want is to be able to play some music when a certain mob is detected. The problem with this is that I check if the mob is being detected every tick and therefore, the sound resets every time it gets to the playsound function (once a tick as long as the mob is still withing loaded chunks). This results in the music playing over and over again instead of stopping only when the mob is no longer within loaded chunks. So I know I can fix this by using a boolean variable to tell whether or not the mob is there, but I have no clue how to stop the playsound function once it starts. I really don't want to have to implement threading into this mod because I don't know how to do that and it would make things way more complicated than they need to be, so if anyone can help that would be awesome.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.