How to edit music?
Posted: Fri Dec 18, 2020 7:06 pm
I am making dumb add-on about Chicken Mans,and plan on change the music of the bandit's den to Chicken Attack,any guide on how to do it?
Code: Select all
class:bindHook("Zone:create", function(self, data)
if self.name == "Gates of Morning" then
self.ambient_music = {"Alchemist.ogg", "weather/town_large_base.ogg"}
end
end)