mob
verb
OptionMenu()
set hidden = 1
src << 'menu_select.wav'
winshow(src,"options",1)
Problem description:
Perhaps I just don't understand how to use winshow. I have a window called, options that I want to appear when a button is pressed. I can hear the sound effect, but no window appears. How do I use winshow in this manner?
You are using winshow() correctly; there is something else going on here. As for what that is... well, I can only throw guesses out.