You my fine friend, have just put a lot of power into my hands. I didn't think of using bool switches. This has so many applications.SnowyOwl47 wrote:Easy fix have a script use the if method so something likeMysterious wrote:Good idea there mate, but the problem is if the player puts the Item back into the chest the Script will activate again etc...
Code: Select all
musicplayed = false function music() if musicplayed == false then playSound("") musicplayed = true end end
[Solved] How do I define sounds?
- KadoDragon
- Posts: 34
- Joined: Sat Oct 18, 2014 3:54 am