InvSlot for the inspect window

Mponthepc

Big Gnobody
Joined
Mar 16, 2006
Messages
96
Reaction score
1
Points
0
Is there a way to call data from the inspect window using InvSlot? I've been using the window command...

{Window[InspectWnd].Child[INSW_InvSlot5].Tooltip}

But I need access to more of the data types that can be pulled by InvSlot and item.

Example ${InvSlot[pack1].Item.Name} works
${InvSlot[inspect1].Item.Name} does not
 
I can't check at this very second, and I always forget the exact names of windows so i made a cheatsheet or myself on windows in general using the task window as an example. i think you need to use .List or .Text. here is my example that i reference when using windows:

Code:
/if (!${Window[TaskWnd]})
/keypress alt+q
/windowstate TaskWnd open

/notify TaskWnd TASK_TaskList listselect 1 = selects first task on list

${Window[TaskWnd].Child[TASK_TaskList].List[1,2]} = Task name
${Window[TaskWnd].Child[TASK_TaskList].List[1,3]} = Task Time Left

${Window[TaskWnd].Child[TASK_TaskElementList].List[1,1]} = objective instructions for first line
${Window[TaskWnd].Child[TASK_TaskElementList].List[1,2]} = status of first objective
${Window[TaskWnd].Child[TASK_TaskElementList].List[1,3]} = zone of first objective


${Window[TaskWnd].Child[TASK_Description].Text} = body