Page 1 of 1

Need help with clicking options

Posted: Sun Jan 05, 2014 11:25 pm
by silentz
I'm trying to experiment with making waypoints for Ice Dwarf Kingdom and when I try to enter the instance, there are two options to pick from, level 50 or level 35 instance.
I found http://runesofmagic.gamepedia.com/API:S ... up_OnClick but i don't know how to use it. Which do I put it? How do I know which button it will press?

I'm clueless as how to use this.

Thanks for all the helps.

Cheers

Re: Need help with clicking options

Posted: Mon Jan 06, 2014 1:38 am
by rock5
Just try them and see. I think there might only be 2 options regardless of what is on the buttons. StaticPopup_OnClick(StaticPopup1, 1) is the first button and StaticPopup_OnClick(StaticPopup1, 2) is the second. I could be wrong though, so just try it.