Winshow issues in Developer Help
|
|
i dont seem to understand the winset proc in 4.0, i tried this
mob/verb/Test() usr.winshow(usr,test,show=1)
|
and this
mob/verb/Test() winshow(usr,test,show=1)
|
But i it says test is is a undefined var and that winshow is an undefined proc...help
|