sudoinit6 Posted May 8, 2018 Share Posted May 8, 2018 So sometimes this interface can be treated like a store and sometimes it can't. I can interact with the objects in the store via widgets but I don't know how to perform some actions, for example: How do I get the amount of Supercompost the leprechaun has? Quote Link to comment Share on other sites More sharing options...
ThatGamerBlue Posted May 8, 2018 Share Posted May 8, 2018 root id 125 child id 12 child+ id 1 gives you "amountofsuper/1000", split on the / and parseint the 0th index 1 1 Quote Link to comment Share on other sites More sharing options...
sudoinit6 Posted May 8, 2018 Author Share Posted May 8, 2018 4 minutes ago, ThatGamerBlue said: root id 125 child id 12 child+ id 1 gives you "amountofsuper/1000", split on the / and parseint the 0th index Thank you very much. Quote Link to comment Share on other sites More sharing options...