I'm not a programmer but I am trying to program a few small things for a little project, I am having some problems with a rules verb where you click the verb and it uses winshow to pop up the pane I have made for it if somebody could help me with it I would appreciate it a lot.
![]() Apr 2 2013, 10:01 am
Best response
|
|
winshow(src,"windowname",1) should do the trick
|
Carnage Productions wrote:
winshow(src,"windowname",1) should do the trick mob/PC I done this but when I click the verb it does nothing o-o |
That's because you are using a verb. In verbs, you want to use usr usually, because src is well...the verb's owner...it's complicated. Just use usr.
|