Jump to content

Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

self.eq1 = self.GetChild2("eqq")


        if self.eq1:
            self.eq1.SetEvent(ui.__mem_func__(self.__eq1))
        self.wndCostume = None


    def __eq1(self):
        import youpyname
        self.eqr = youpyname.youclassname()
        self.eqr.Show()



                        {
                            "name" : "eqq",
                            "type" : "button",


                            "x" : 118,
                            "y" : 107,


                            "tooltip_text" : "Equip",


                            "default_image" : "imagename.dds",
                            "over_image" : "imagename1.dds",
                            "down_image" : "imagename.dds",
                        },
Link to comment
Share on other sites

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.