-
June 7th, 2023, 21:08 #981
Ruleset Wizard
The Ruleset Development Environment
www.rulesetwizard.com
Ruleset Wizard Tutorials
Damned's Ruleset Wizard Tutorials
-
June 8th, 2023, 17:22 #982
- Join Date
- Nov 2017
- Location
- North Carolina, USA
- Posts
- 255
Is there an example of someone working with Effects and token icons? I am not interested in scripting effects into the CS, the effects I use in the ruleset are very basic (prone, fumble, etc), but I would like the token to show an icon when the effect is drug onto it. (The effect shows on the CT just fine.)
-
June 8th, 2023, 17:35 #983
I believe I know well understand how to use "Custom Anchoring" in FW. I've been using it for 3 days now and all is forming up as I expect (I leave the "placeholders" on the WYSIWYG charsheet which each have "advanced templates" and "custom anchoring" and "inherit size/pos" setup)
So, while I have not run into anthing not taken care of by "Custom Anchoring", what is "Advanced Anchoring" there for? Not sure how that comes into play. Again, just curiousity at this point.
-
June 8th, 2023, 20:05 #984
-
June 9th, 2023, 17:58 #985
- Join Date
- Nov 2017
- Location
- North Carolina, USA
- Posts
- 255
Corerpg.
-
June 10th, 2023, 00:01 #986
There are no RSW examples for this. You will need to look into some existing extensions.
-
June 10th, 2023, 01:20 #987
- Join Date
- Nov 2017
- Location
- North Carolina, USA
- Posts
- 255
-
June 10th, 2023, 04:39 #988
Is this in reference to scripts typed into the LUA Code Editor in RW for a control for example? I just did the first of those and without any special workarounds the output xml was:
Code:<field>name</field> <script>function setValue(sTitle) if widgetTitle then if prefix then sTitle = Interface.getString(prefix[1]) .. " - " .. sTitle; end widgetTitle.setText(sTitle); updatePosition(); end end </script> <readonly />
Code:<field>name</field> <script> function setValue(sTitle) if widgetTitle then if prefix then sTitle = Interface.getString(prefix[1]) .. " - " .. sTitle; end widgetTitle.setText(sTitle); updatePosition(); end end </script> <readonly />
Code:<field>name</field> <script> function setValue(sTitle) if widgetTitle then if prefix then sTitle = Interface.getString(prefix[1]) .. " - " .. sTitle; end widgetTitle.setText(sTitle); updatePosition(); end end </script> <readonly />
AGAIN, this might be exactly what Moon is referring to, I just don't yet know the jargon to tell
EDIT: Looking at the code windows the tab expansion is excessive, but that's not my point - as long as it lines up with the rest of the generated XML it would be nicer but not a big deal
-
June 10th, 2023, 05:22 #989
Supreme Deity
- Join Date
- Mar 2007
- Posts
- 19,612
The issue I ran into with this is that the code collapsing in some text editors, such as Sublime Text, use the indent level as the guide for collapsing. Due to the lack of indents in the code, the scripts would cause the collapsing to not work, which made it difficult to help people using RSW.
Regards,
JPGFG Wish List - https://fgapp.idea.informer.com/
-
June 11th, 2023, 13:34 #990
- Join Date
- Nov 2017
- Location
- North Carolina, USA
- Posts
- 255
Changes I make to "Project Properties" aren't being reflected in FGU. For example, I have tried to add copyright info to Description and Comments, and neither show up in the chat. Nor do changes to the version number. What am I missing? Do I need to generate a new ruleset file, rather than updating the current one?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks