I am making new version inspired by JohnWordsworth QuickBar
Old version of script
SpoilerShow
--------------------------------------------------------------------------------
SearchFloor by AdrTru is mod for Grimrock for searching items on floor
http://grimrock.nexusmods.com/mods/289/?
--------------------------------------------------------------------------------
For self functions needs Gui framework
and Shop scripts by Alois
viewtopic.php?f=14&t=5351&hilit=shop
--------------------------------------------------------------------------------
This script managing items on floor when is magnifier picture blue.
It is useful for lost items and floor with models is above standard floor level
and items isnt visible ( debris, mud, long grass, fire, canvased rock, etc. on the floor )
Items in alcove isnt visible(for author made hidden items)
Use/Dont use is managed by clicking to magnifier picture.

-----------------------------------------------------------------------------------------------------------------------
I upload version 1.1 with this new features:
It is possible to pick up items by clicking to button next to searched name.
Its able to use this modifiters:
gui.setVar("searchUse",true)
- true/false - Use/Dont use this script
gui.setVar("searchOn",true)
- true/false - simmilar to use but show magnifier icon if its able
gui.setVar("searchShowIcon",true)
- true/false - show/dont show magnifier icon when script is running
gui.setVar("searchIconOn","mod_assets/search/magnifier_blue.dds")
- path for alternative picture for search is enabled
gui.setVar("searchIconOff","mod_assets/search/magnifier_gray.dds")
- path for alternative picture for search is disabled
gui.setVar("searchForward",true)
- true/false - show items in front of party position (dont able to pick up items from script and text is gray)
gui.setVar("searchAlcoved",false)
- true/false - show items located in alcoves/altars (true is little faster)
Items in Torch holders is showing evetime becouse I dont know how get item.id for inserted torch.
--------------------------------------------------------------------------------

SearchFloor by AdrTru is mod for Grimrock for searching items on floor
http://grimrock.nexusmods.com/mods/289/?
--------------------------------------------------------------------------------
For self functions needs Gui framework
and Shop scripts by Alois
viewtopic.php?f=14&t=5351&hilit=shop
--------------------------------------------------------------------------------
This script managing items on floor when is magnifier picture blue.
It is useful for lost items and floor with models is above standard floor level
and items isnt visible ( debris, mud, long grass, fire, canvased rock, etc. on the floor )
Items in alcove isnt visible(for author made hidden items)
Use/Dont use is managed by clicking to magnifier picture.

-----------------------------------------------------------------------------------------------------------------------
I upload version 1.1 with this new features:
It is possible to pick up items by clicking to button next to searched name.
Its able to use this modifiters:
gui.setVar("searchUse",true)
- true/false - Use/Dont use this script
gui.setVar("searchOn",true)
- true/false - simmilar to use but show magnifier icon if its able
gui.setVar("searchShowIcon",true)
- true/false - show/dont show magnifier icon when script is running
gui.setVar("searchIconOn","mod_assets/search/magnifier_blue.dds")
- path for alternative picture for search is enabled
gui.setVar("searchIconOff","mod_assets/search/magnifier_gray.dds")
- path for alternative picture for search is disabled
gui.setVar("searchForward",true)
- true/false - show items in front of party position (dont able to pick up items from script and text is gray)
gui.setVar("searchAlcoved",false)
- true/false - show items located in alcoves/altars (true is little faster)
Items in Torch holders is showing evetime becouse I dont know how get item.id for inserted torch.
--------------------------------------------------------------------------------



