Hi stants,
Can you show the coding entry that calls the "playsample" action when on the bridge?
Also, I do not know why the sample would continually loop since it is not being called by the "loopsample" action... Could be some internal flag structure inside the sample file which is making it an auto-loop file!?
I'm presuming your entry is in Script 1 (called after location describe)
You could use a flag to prevent repetition of a sample when "look" is typed.
example:
Script1:
[start]room=4#flag15=0[acts]playsamplemysample.wav#flag15=1[end]
Here the sample is played on entrance to the room - but if the room is redescribed it will not be replayed... because the condition flag15=0 will no longer be true.
(you may still hear it if is VERY LONG because it may still be playing thru from when it was initially played; depends when you redescribe the room)
Hopefully, that will work though.
Thanks.
Phil.