Mats Posted May 16, 2015 Posted May 16, 2015 Hello! Is there a way to check if people click on a url in-game and after clicking 'yes' and change it to example: steam://openurl + {url} Hope someone can help me! I'm sorry I accidentally removed my previous topic because I thought I posted it on the wrong category. Quote
Mats Posted May 17, 2015 Author Posted May 17, 2015 There is a way if the player has not disabled the confirmation screen. Use GuiOpenEvent to override the GuiConfirmOpenLink and make it open the different URL when yes is clicked. How can I override the GuiConfirmOpenLink in GuiOpenEvent? Quote
Ernio Posted May 17, 2015 Posted May 17, 2015 Any of GuiEvents give you direct access to gui you are in. In this case - there is (as mentioned) GuiOpenEvent which provides event.gui. * This event is called before any Gui will open. * If you don't want this to happen, cancel the event. * If you want to override this Gui, simply set the gui variable to your own Gui. Read docs Quote 1.7.10 is no longer supported by forge, you are on your own.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.