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 .
×

[Masks] new sheet format has deleted vital game information

Recent update have compactly wiped out the influence list of all active characters in all games. Is there any way to recover or are all the active games just messed up
1591123589
GiGs
Pro
Sheet Author
API Scripter
Did it keep the attribute on the sheet, and just empty the data, or did the attribute containing this data get removed? If the attribute(s) is still on the sheet, but missing info, then it has been wiped.&nbsp; If the attribute(s) aren't there any more, then theyve just been hidden and the data is still there. In&nbsp; the second place raising an issue on github and contacting roll20 directly (<a href="mailto:team@roll20.net" rel="nofollow">team@roll20.net</a>) might get them to roll back the sheet. That will fix it. If the first case, you need to do that and get roll20 to rollbac your campaign to before the new sheet went live. Emailing roll20 is the best bet here, explaining the situation.
1591124331

Edited 1591125854
GiGs
Pro
Sheet Author
API Scripter
I just had a look at the sheet, and it looks like you;re in luck. The author has added two new repeating_influence sections with different names, so the old repeating_influence section still exists, with all its data. It's just not accessible on the sheet. If that's all thats missing, you can get the sheet information manually. Select a token belonging to your character, and enter in chat @{selected|repeating_influence_$0_influence} then @{selected|repeating_influence_$1_influence} and then @{selected|repeating_influence_$2_influence} and so on, incrementing the number by 1 each time, until it reports no attribute. This will give you the contents of the old influence section's rows. It's not ideal - I'd still&nbsp;raise an issue demanding the information be restored in that and other missing attributes be restored.
Can't quite get it to work it says&nbsp; TypeError: Cannot read property 'substring' of undefined
1591125872
GiGs
Pro
Sheet Author
API Scripter
Oops, my mistake - i typed the wrong code. I've fixed the post now.
1591125925

Edited 1591126137
Got it to work, the correct syntax is: @{selected|repeating_influence_$0_influence} then @{selected|repeating_influence_$1_influence} And so on and so forth.
1591126193
GiGs
Pro
Sheet Author
API Scripter
I just beat you to it :) Sorry for making you do extra work to figure it out. By the way, the first row should use $0 , not $1 .