var/list/adds = list("byond://BYOND.world.354747153")
mob
verb
play(s as sound)
world.Export("[adds]?[s]")
ID:267663
![]() Aug 11 2003, 2:35 pm
|
|
Well, I know I probably should have a searched a bit more than I did, but nothing seemed to really be tailored to this, so here goes. Everything works great and all, it uploads the song to the other computer, but it doesn't seem to play the sound when I tested it!
|
Thanks, but it still doesn't seem to work...here's what I have on the outgoing end...
var/list/adds = list("byond://BYOND.world.237791201") world/Topic(S) Again, it seems like it should work, but it does absolutely nothing! |
You have to use world.Import in the other world to get the file. Change world.Topic in the world that is getting the file by putting var/S=world.Import() then playing S as a sound.