Page 1 of 1

Check item variables values during runtime

Posted: Wed Sep 26, 2018 5:42 am
by Alatriste
Hi,

Can the item variables be checked in real time from the "watch" tab? I know you can check some variables, but the item type doesn't seem to be supported. Or at least I couldn't find a way.

The reason I'm asking this is that sometimes I need to be sure that an item variable has the right state. I could do a workaround with a script but before that, I'd like to know if I'm missing something. :|

Thanks!

Re: Check item variables values during runtime

Posted: Wed Sep 26, 2018 8:40 am
by Tony Li
Hi,

Select Menu > Add Watch. Then manually type the item field, such as:

Code: Select all

Item["Banana"].Cost

Re: Check item variables values during runtime

Posted: Wed Sep 26, 2018 10:52 am
by Alatriste
Awesome!