v1.8.6 - rpg-sage-creative/rpg-sage GitHub Wiki

2025-02-12 17:15

Patch Release: v1.8.6

@Announcements

Hello and Happy Humpday!

Today's update started with a bug fix ... a bug I can't seem to properly duplicate. While debugging the issue, I started replacing bits of code hoping that cleaning it up would reveal the source of the bug. I still don't think I properly duplicated the code, but I did wind up greatly expanding the "map move" logic!

You can still move your current token/terrain with:

sage! map move [S3 SE E3]

You can still move a terrain/token by name with:

sage! map move terrain="tree" [S3 SE E3]
sage! map move token="fighter" [S3 SE E3]

You can still move a token linked to a game character by character name with:

sage! map move name="Wally the Wizard" [S3 SE E3]

If finding the "[]" (bracket) keys are annoying, you can now use:

sage! map move path="S3 SE E3"
sage! map move terrain="tree" path="S3 SE E3"
sage! map move token="fighter" path="S3 SE E3"
sage! map move name="Wally the Wizard" path="S3 SE E3"

Now, if this change seems odd, don't worry, it will make sense when you learn that you can now move multiple terrain/tokens along the same path! Bulk move terrain/tokens with:

sage! map move terrain="tree,rock,fire" path="S3 SE E3"
sage! map move tokens="fighter1,fighter2,fighter3" path="S3 SE E3"

Also, you can move terrain/tokens with a name/path combo:

sage! map move tree="S3 SE E3"
sage! map move fighter="S3 SE E3"

You might be thinking: "Can I combine these in any way?" ... Yes!

sage! map move tree="S3" fighter="N N N" terrain="rock,fire" terrainPath="S S E" tokens="fighter*" tokensPath="5NW"

Wait, did I just use an asterisk to bulk move all fighters? Yes, yes I did.

(reminder, these commands only work if you reply to the map you wish to move tokens on)

😎

Requests / Bugs / Roadmaps

We have channels to track and organize bugs and requests! https://discord.com/channels/480488957889609733/1207377294918950963 https://discord.com/channels/480488957889609733/1207387859548512340

Have something to report?

Please drop by our Discord: Public Link to our Discord

Thank You, and Happy Gaming! :spacer:- Randal, aka RPG Sage :Sage:

⚠️ **GitHub.com Fallback** ⚠️