by the way the windows show like this:
winshow(usr,"Mission")
ID:271834
Nov 24 2007, 8:43 am
|
|
I made a login with 4.0's new interface system, only problem is once you click one thing the previous window does not close, thus one could take advantage and change their attributes mid game. I could most likely code away around this, but i was wondering if there was a way to close the window.
by the way the windows show like this:
winshow(usr,"Mission")
|
In response to GhostAnime
|
|
So to make a button on the window close itself i would have a button execute a verb, and then code the verb like so:
mob/verb/Done And if here is an easier way plese show me =D |
winshow(usr,"Mission",0)
As it says in the DM Reference, when the last argument is 0, it'll be hidden... otherwise it'll show