03-08-2011, 06:10 AM
So, it's not this block, but the routine that you have that sets @itemdetail_window.active to true
Check that section out.
If you don't, look at Jackatrades's original. Somewhere in his script, he has something like
Which would (in essence) activate the item detail window if the Shift button was pressed.
Check that section out.
If you don't, look at Jackatrades's original. Somewhere in his script, he has something like
Code:
if Input.trigger?(Input::A)
@itemdetail_window.active = true
end