freshman123m 1 Posted June 14, 2017 Is there anyway to detect if another player has accepted trade? I'm guessing we have to go look at widgets
Banker 175 Posted June 14, 2017 Yeah, you can look at the widget for the "Other player has accepted trade" If you go into a trade with another one of your accounts and get to that stage, just open the Game Debugger, then look in the Widget tab and search for "Other player has accepted" (or whatever text is shown) and it will show you the widget that holds that String/data, you can then check its there with a nullcheck and probably a .hasText (if it has that).
Recommended Posts
Archived
This topic is now archived and is closed to further replies.