Check item variables values during runtime

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Alatriste
Posts: 181
Joined: Wed Nov 11, 2015 5:07 pm
Contact:

Check item variables values during runtime

Post 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!
User avatar
Tony Li
Posts: 21059
Joined: Thu Jul 18, 2013 1:27 pm

Re: Check item variables values during runtime

Post by Tony Li »

Hi,

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

Code: Select all

Item["Banana"].Cost
User avatar
Alatriste
Posts: 181
Joined: Wed Nov 11, 2015 5:07 pm
Contact:

Re: Check item variables values during runtime

Post by Alatriste »

Awesome!
Post Reply