The chain wave command is placed after a wave that you want to tie another wave file to. The chain command will play the wave file (within the seconds
that you insert) after the previous wave file is played. You can even tie chain to chain and it sounds like a conversation.
// they got to be kidding me
if chain(6) and wavready() and never() then
wave("macr155.wav", 150)
endif
|