PWE_PRC8/_module/nss/doorlockedfrgood.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

7 lines
182 B
Plaintext

void main()
{
object oDoor=OBJECT_SELF;
object oPC=GetClickingObject();
ActionSpeakString("This door is locked and is warded against spells. The complex lock cannot be picked.");
}