Jump to content

Recommended Posts

Hi all, i have a little problem with my sidebar in invetorypage, i make 3 buttons and the script start only the first buton but the 2 after him no....

my scripts in uiinventory.


    self.wiki = self.GetChild2("wiki")


        # Wiki
        if self.wiki:
            self.wiki.SetEvent(ui.__mem_func__(self.Clickwiki))


    def Clickwiki(self):
        import uiwiki
        self.interface.AgeofPlatonWiki()


and i try like that to.

        import uiwiki
        wiki.AgeofPlatonWiki().Show()

    def Clickwiki(self):


pls help

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.