twiceineverymoment / newera-sol366-foundry

Other
0 stars 0 forks source link

Fix the texting mechanic for PC/NPC phone conversations #7

Open twiceineverymoment opened 3 months ago

twiceineverymoment commented 3 months ago

Currently the GM must open a PC's phone in order to send messages that are "received" by that phone. The original/desired design is for messages to actually pass between phones with only the owner needing to have theirs open.

This was tried earlier and failed, but we weren't using .update() to persist the messages in the owned item properly. The first attempt at this remains in PhoneUI.mjs and is commented out.

twiceineverymoment commented 2 months ago

This is likely going to run into permissions issues similar to #52. Might be worth checking w/ the Foundry devs if there is a better way to handle this.