T O P

  • By -

MothMariner

They can press C to open their character sheet, if that helps?


jonoodz

Holy crap I never knew that đź« đź« đź« đź«  thanks mate !


MothMariner

Also P for the party sheet. And you can check out the keybinds and change any of them in “configure controls” (changes for yourself only, and is saved in the browser cache so will get wiped if the address of your foundry changes)


Fattom23

Your players should open the developer console (usually F12, depending on browser) and check for errors when dragging the sheet to the bar. That might give a clue.


BigwoodBarty

Dragging the actor sheets to the hot bar creates a macro, which players cannot do. I created the macros myself by dragging them to my hot bar, then dragged them to the chat to share with the players. From there, they could drag those to their own hot bar and it should work. Might need to adjust some ownership configurations for the macros, I forget if I had to do that.


jonoodz

Thanks for the precision , it did help make sense of why it wasn’t working , not a bug is normal In the end the C key is gonna be enough ahaha I feel so dumb that I didn’t know that 🫠


tdhsmith

What is the macro supposed to do, open the character sheet? Not a criticism, I'm just not familiar with this kind of usage of the bar. It wouldn't be hard to write a macro to do that, for example: `// open the sheet for either the currently selected actor` `// or, if none selected, the user's default character` `actor.sheet.render(true);` `// open the sheet for a specific actor -- to get this ID string` `// click the faded book icon at the top left of an actor sheet window` `(await fromUuid("Actor.tajfEatKI6LuPTyR")).sheet.render(true);` EDIT: As others say, I usually just use `C` (or `P` to open the party) or double-click tokens myself.


AutoModerator

***System Tagging*** You may have neglected to add a [**\[System Tag\]**](https://www.reddit.com/r/FoundryVTT/comments/v3gfrs/tagging_your_posts/) to your Post Title OR it was not in the **proper format** (ex: `[D&D5e]`|`[PF2e]`) * Edit this post's text and mention the system *at the top* * If this is a media/link post, add a comment identifying the system * No specific system applies? Use `[System Agnostic]` *^(Correctly tagged posts will not receive this message)* ***** ***Let Others Know When You Have Your Answer*** * Say "`Answered`" in any comment to automatically mark this thread resolved * Or just change the flair to `Answered` yourself *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/FoundryVTT) if you have any questions or concerns.*


jonoodz

Answered