GreenHireB00M Posted October 25, 2022 Share Posted October 25, 2022 (edited) How can I use widgets to check which portal I Have to go and hoe might the code look like? Edited October 26, 2022 by GreenHireB00M Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted October 26, 2022 Share Posted October 26, 2022 17 hours ago, GreenHireB00M said: Hi, how I can check witch Portals I have to use for Guardians of the Rift. https://ibb.co/qCNKZw8 Basically you have 4 elemental runes -> Air, water, earth and fire The rest are catalytic runes Best is to watch a youtube guide Quote Link to comment Share on other sites More sharing options...
Slick Posted November 16, 2022 Share Posted November 16, 2022 You can check the widget id and child id as every portal has a unique combination of them. In the most simple way you can write bunch of if-else/switch case statements. You can also store the ids as a key in a hash map and use the portal object id as the value. Quote Link to comment Share on other sites More sharing options...