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

wiki (script) conflict warning question

Hi i tried to add wiki to the scripts in my campaign and i got a warning Wiki or its dependencies read or write fields that are used by other scripts you currently have installed. There is a possibility that these scripts might conflict with each other. I wonder if i should really get worried or i should be fine and this is a generic warning thanks Andrea the other scripts i have are: G TokenMod G libInline G Bump G Vector Math G MatrixMath G Path Math G checkLightLevel G Dynamic Lighting Tool G Messenger G libTokenMarkers G Inspector G Aura/Tint HealthColors G Chronicle G Combat Master
1780925546
timmaugh
Pro
API Scripter
That's a general message that can be ignored. Generally you know what a script does before you install it... and generally you can trust that a script will only do what you ask it to do (rarely there will be an outlier that tries to do a little too much for you). But the bottom line is that if one script is intended to alter attributes, and another script might use an attribute to store a piece of data (which would technically count as "altering an attribute"), then both of those would report as playing with attributes, and you'd get that message... but, obviously, those scripts can coexist.
ok thanks
1780933545

Edited 1780937575
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
What timmaugh said. :) When you submit a script for the repo, you are asked to list which game objects the script reads/writes to, and what dependencies it might have. Dependent scripts are typically auto loaded after confirmation, and the reads/writes just trigger a generic heads up.