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 .
×
Create a free account

Supernotes 0.2.4 —Now With Even More Templates

1724882080
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Whew. No hard work for me to do, then. :)
working as normal now, THANKS!
silly question - is there a macro to have my player to click on the icon and instead of PC Note being in open chat, it's just whispers directly to the player only?
1725372013
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Only unasked questions are silly. :) !selfnote whispers to the sender of the command The top post of this thread has the documentation, or when you click on its name on the Mod script page (assuming you installed with OneClick).
lol I totally forgot about !selfnote. been using gm and pc note forever!
1725379641
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Truth be told? I forgot for a moment too. :D
another silly question. Let's take vault as the example. how do I both text field, like the yellow text in the bottom part? ["We never change. -The Survivor"]
1725482103
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
You are the second person to ask that recently. That apparently got dropped when I updated the documentation. I have restored it to the top post, but: ----- 5 dashes in a row indicate that anything that appears after this line should only be displayed on a !gmnote command. In this way, a GM could have public information in a note, but keep certain information secret.
thank you! Also would like to make a request. is it also possible to allow that to work with selfnote and pcnote that only shows up for the GM?
1726002137
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hmm. Can you explain the use case here? I.e what task are you attempting to accomplish? If a GM issues !selfnote, they are essentially using !gmnote. If they are using !pcnote then it doesn't get sent only to the GM. Unless you are asking if the GMNotes would display on !pcnote? Then no. What gets sent to the chat is a unit. I can't send a message with varying degrees of visibility. The chat is very simple that way.
1726008264

Edited 1726008471
I use all 3 for all sorts of things. Stuff out in the open - what is perceivable and not hidden - !pcnote aka group. Like walking into a room and giving them a description.  Stuff hidden, or investigating objects will use !selfnote so the other players wont know what he/she may have found. Like opening a drawer and finding a gun inside the drawer. sometimes, the hidden stuff may have an additional saves and I'd like to store notes in there, that the player won't see. example: "!selfnote: You found a gun in the drawer" (GMnotes: Have the player roll a perception check, if pass: etched on the side of the gun is the name of the owner) ----------------- If the GMnotes is unable to be displayed for DM eyes only on !selfnote, is there another way to achieve a whisper to GM? an example I can think of is "It's a Trap" - Secret Notes. That sends a whisper to the GM.  !selfnote --template|name of template --gmnotes|notes here 
1726028513
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
So let me see if I understand. You want the ability to send a note to the GM as if the GM had clicked on the token and entered "!gmnote"? I.e. they would see notes, hidden text and no one else could see it? I don't want to mess with the functioning of the current !gmnote for safety's sake, so this would likely be a different command. I also don't want to add secret text within the macro itself in the form of "   --gmnotes|notes here " since there is too much potential the code could actually be seen by the player in certain circumstances.