InfoGrabber Razor Script by Jaseowns

Description: This one will be called from the client macro - so make sure to use the name "InfoGrabber"

1/// We are going to be walking throuhg the dungeon
2// hitting S on our keyboard to pull up info and animal lore on targets
3// when it finds something it will take a screenshot
4
5/// i need to save the name/hue/body - which is a blue copy/pasta box
6// ideally we only take a screenshot when we find a new mob
7
8// changes it to wild
9if gumpexists 3280914284
10    gumpresponse 4 3280914284
11endif
12
13hotkey "Target Closest Non-Friendly Monster"
14wait 200
15@setvar! myInfoTarget lasttarget 
16getlabel myInfoTarget desc
17overhead desc 88 myInfoTarget
18sysmsg "MOB DUMP: {{desc}}"
19say "[Coords"
20hotkey 'Take screenshot now'
21wait 1500
22overhead "All done grabbing you!"