I want the person to be able to choose music to play to the world, why won't :
Play_Song(T as sound)
set category = "Admin"
world <<'[T].wav'
work?
Copyright © 2024 BYOND Software.
All rights reserved.
ID:175407
Apr 26 2003, 12:14 pm
|
|
I want the person to be able to choose music to play to the world, why won't :
Play_Song(T as sound) set category = "Admin" world <<'[T].wav' work? |
In response to Demonskata630
|
|
Thank you!!!
|
try this...
Play_Song(S as sound)
set category = "Admin"
world <<sound(S,)
DeMoN