Door Dialog Script
Used for any locked that would require a key in the original games, as well as people's houses.
pbDoorDialog(
# Required Parameters
"The door is locked.", # Message when the door is locked
[
true, # Open at day
false # Open at night
],
# Optional Parameters
[
0, # The "Knock" DC (CHA)
10, # The "Pick lock" DC (DEX)
15 # The "Break down" DC (AGI)
],
)