Saibot393 / LocknKey

A Foundry VTT module to handle locking and unlocking of doors and other objects
MIT License
10 stars 7 forks source link

pf2e key/picklock not actually unlocking doors #119

Closed Agyess1 closed 2 weeks ago

Agyess1 commented 2 weeks ago

Keys simply don't work. Pick lock brings up the proper roll and the chat identifies success/failure but doesn't change the the lock state. Everything is upto date and current release: image

Saibot393 commented 2 weeks ago

From the error messages it seems like you were testing the lock picking while being logged in as a player but without having a gm logged in. Most features of Lock & Key require a GM account to be logged in (which is the case for many modules). The reason is, that in core foundry it is impossible for players to change certain door states. To allow players to have a certain access to this data, Lock & Key basically makes the GM account do the required changes.

Agyess1 commented 2 weeks ago

did not realize that was an issue. Thank you!

Saibot393 commented 2 weeks ago

You are welcome