sudoinit6 Posted May 8, 2018 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?
ThatGamerBlue Posted May 8, 2018 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
sudoinit6 Posted May 8, 2018 Author 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.