ID:179547
 
I am trying to make it so when you walk some where it plays music
like with area
this is what i have
area
music
Enter()
usr<<sound('elegy.mid',1)
why doesnt this work
try Entered()
Greg wrote:
I am trying to make it so when you walk some where it plays music
like with area
this is what i have
area
music
Enter()
usr<<sound('elegy.mid',1)
why doesnt this work

You are assuming usr is what you want here. I believe Enter() has an argument saying who is entering, and that's what you want to use.
In response to Evilkevkev
or try Sariats souns tutorial that perfectly gives an exact example of it.