Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Is there a way to "Search" for a graphic?

I placed a trap somewhere on a 100x100 map and can't for the life of me find where I put it. It's hidden on the gmlayer too so it's opaque and hard to see. Any way to easily track it down? Or am I going to have to scour over every pixel on the map until I find it?
1526447180

Edited 1526447207
Pat S.
Forum Champion
Sheet Author
For tokens like that I generally click on an empty space and drag the selection box till I find something. Might have to do that in small sections till you find it.
1526455774
GiGs
Pro
Sheet Author
API Scripter
As a pro user, if you know the name, you (or someone who knows how to manipulate objects with scripts!) could probably write a script to move it to the top left of the map.
1526455925
Gold
Forum Champion
Are there other objects on the GM Layer too? Go to GM Layer, click somewhere on-map. Now press Control-A or Command-A (Mac) for "Select All". This usually selects any objects/tokens that are on that layer. If there's only the one object you are seeking, it should show the object handles. But if there are multiple objects spread around the layer it will show a large bounding-box for the multi-selected. Wiki doc: <a href="https://wiki.roll20.net/Keyboard_Shortcuts" rel="nofollow">https://wiki.roll20.net/Keyboard_Shortcuts</a>
1526456060
Gold
Forum Champion
G G said: As a pro user, if you know the name, you (or someone who knows how to manipulate objects with scripts!) could probably write a script to move it to the top left of the map. If you wanted something like that, probably a quick route to similar conclusion would be: Use the existing token-mod API script to apply a large red Aura circle onto all the objects on a layer.&nbsp; Then hunt-down the one you're looking for and move (or delete) it, and toggle the token-mod to turn the unwanted Auras back off.
It's a 100 x 100 map, very big first floor of a dungeon, and ALL the traps are on the gmlayer until triggered and there are quite a few. I tried moving to the gmlayer and hitting Control+A but all that did was give me a bounding box the size of the full 100 x 100 map since there are gmlayer objects spread out everywhere . I guess I'll have to go from left to right, down, right to left, down, left to right etc etc until I track it down.&nbsp; Thanks for all the suggestions guys I really appreciate it.
1526473062
The Aaron
Pro
API Scripter
I was going to suggest the same as Gold: 1) go to the GM layer&nbsp; 2) use ctrl-A or cmd-Ato select everything 3) use TokenMod to give them an aura only the GM can see.&nbsp;&nbsp; !token-mod --set aura1_radius|.5 aura1_color|#ff0000