Started by
_chuchu_
on
Topic category: Help with MCreator software
Someone know how to play music when entering in the dimension for the first time ? I know,i need to mess with values,but how to play music when i enter ?
Edited by _chuchu_ on Fri, 08/11/2017 - 12:30
I don't know. I think there is no way to do it. Maybe events?
Maybe I have a solution,Make an achievement activating when i enter in the dimension,the Achievement add true to a value and if value = true,play the music.
I would name a variable firstmusic then make it logic (true/flase) also make it so it doesn't connect to all worlds and only to the world its in. Then make it when you enter the dimension have it check if firstmusic = false, if it is make it play the music, then set it to false.