I'm having problems with taking one window from my interface, and then making it visible to the person who uses a verb.
I tried looking at Kuraudo's smart window library, and still had some trouble.
I looked up all four win procs and had some trouble.
Can someone please help me out or direct me to another place that can teach me to activate this window, and then utilizing output boxes in the window?
ID:272583
Oct 2 2008, 4:20 am
|
|
Oct 2 2008, 9:03 pm
|
|
You probably want the winshow() and winset() procs. You can use winshow() to show or hide the window for each player, and winset() to alter the window for each user.
|
In response to Xooxer
|
|
Ah. I was using winshow() wrong the whole time. Thanks for that.
|