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

Transmogrifier

December 18 (10 years ago)
If I create a character sheet with lots of links to hand outs and an inventory sheet which links to items etc... If I transmogrify the Character sheet to a new campaign folder, do I need to also transmogrify all the other hand outs linked to the sheet? or will it pull the links from the other folder?
December 18 (10 years ago)
The Aaron
Roll20 Production Team
API Scripter
Pretty certain you'd need to transfer them, but it's easily checked.
December 18 (10 years ago)
vÍnce
Pro
Sheet Author
My "guess", since I usually copy over all related handouts, is that the links to handouts not found within the same campaign will not work. I believe handout links are really more like anchor tags in html.
December 18 (10 years ago)

Edited December 18 (10 years ago)
The Aaron
Roll20 Production Team
API Scripter

Vince said:

My "guess", since I usually copy over all related handouts, is that the links to handouts not found within the same campaign will not work. I believe handout links are really more like anchor tags in html.

In fact, they are. They get translated into a particular url with the ID of the handout or character as an argument. That argument is passed to the client side Javascript which then spawns the UI of the handout. Since the Javascript operates in the context of the current campaign, it is unlikely it would look beyond the loaded resources it already has.
December 18 (10 years ago)

The Aaron said:

Pretty certain you'd need to transfer them, but it's easily checked.

Yeah I was only asking because I had transferred over a sheet with a lot of links and they didn't work, I thought there might have been something I needed to check or what not, but that's not the case, just need to copy the folder I had the hand outs in.
December 18 (10 years ago)

The Aaron said:

Vince said:

My "guess", since I usually copy over all related handouts, is that the links to handouts not found within the same campaign will not work. I believe handout links are really more like anchor tags in html.

In fact, they are. They get translated into a particular url with the I'd of the handout or character as argument. That argument is passed to the client side jacascript which then spawns the UI of the handout. Since the Javascript operates in the context of the current campaign, it is unlikely it would look beyond the loaded resources it already has.

Makes sense now that you say it that it would only look in the campaign folder and not try and drag assets from separate folders.
December 18 (10 years ago)
vÍnce
Pro
Sheet Author
I like using URL's in my journals, handouts, and macros. Items remain more "portable" that way. Using google docs or another online repository could provide an external solution.