Games
Developers
Forums
More
BYOND
Download
Developer Guide
Developer Reference
Support
Terms of Service
Membership
Contact Us
Many features on this site require JavaScript. Please enable JavaScript support in your browser.
Register
Login
BYOND Forums
Announcements
·
BYOND Help
·
Bug Reports
·
Feature Requests
·
Beta Testers
·
Beta Bugs
·
Developer Help
·
Design Philosophy
·
Demos & Libraries
·
Tutorials & Snippets
·
Art & Sound
·
Classified Ads
·
Game Updates
·
Contests & Events
·
Linux Talk
·
On Topic
·
Off Topic
How do I implement music in to my games?
[Tips]
ID:174865
Jul 13 2003, 4:33 am
Vexonater
< I need help doing that
Jul 13 2003, 4:55 am
Airjoe
put the MID,MIDI, or WAV file into the folder that the .dme is in. Then, just use
world << sound("BLEH.WAV")
Theres more on this in the ref. on getting it to repeat, etc.
Jul 13 2003, 5:25 am
In response to
Airjoe
Crashed
maybe try a
mob/Login()
usr<< sound("Stuff.wav") after the last quotations you can add a number or a few numbers and this wav will repeat 1 after the other according to the number you put.
Copyright © 2025 BYOND Software. All rights reserved.
world << sound("BLEH.WAV")
Theres more on this in the ref. on getting it to repeat, etc.