ScriptUO
		Official ScriptUO EasyUO Scripts => Script Debug => Topic started by: The Ghost on November 11, 2014, 12:29:48 PM
		
			
			- 
				I know that I can scan those two separate.  and it work  Now I will like to scan for both  #CHARID &   #backpackid . This will allow me to check all my weapon if needed.  Right now I need to run two separate script to to it.  can that be done scan for weapon in my hand and pack.
This work fineset %weaponbag #CHARID  ;  This will scan my paperdoll
or
set %weaponbag #backpackid  ; this will scan my pack.  
finditem %weapon C_ , %weaponbag
This doesn't work. 
set %weaponbag #CHARID_#backpackid 
finditem %weapon C_ , %weaponbag
			 
			
			- 
				The closest you can do is to search all open containers:
finditem %weapon C
			 
			
			- 
				Thx TM  Nice it work,  
  .   
			 
			
			- 
				I wonder if Finditem C command will work like the finditem command with Everything separated by _. 
I'll play with it.