Lector
Lector
We also ran into this issue after changing my dialogs to dialog5. The problem occured only on one of my players, that was using MAC. The windows users did not...
i am having the same issue.
I think the most important feature to create "good looking" lights is a simple fading out RadialGradiantPaint. This would lights make look like lights. The visualization of transparent light overlays...
In my scenario i have a list of Handouts (1-30) visible for players. The default value is not set (empty string). When sharing a handout this value is set to...
Thats how my code works right now. ``` [h: hShared = getLibProperty("SharedHandouts","com.github.lector.dsa5maptool")] [h: hItem = listFind(hShared, hNum)] [h,if(hItem == -1), Code: { [hShared = listAppend(hShared, hNum)] ... }; { [hShared...
This works better now. I can share multiple handouts. The only value that is still not accepted is the empty string. I think i will merge from a comma separated...
I think i will either do this or rename it to "VisibleHandouts". I will do some testing on this. I still suggest a possibility to predefine the datatype of properties...
But thanks for you help.
here you go: https://github.com/RPTools/maptool/issues/4615
I also encountered a problem where modal-blocking dialogs would be the solution. I am currently using input() to give my players the opportunity to use fatepoints before their skillchecks appear...