RoT2_PRC8/_module/nss/cb_doorspeak1.nss

13 lines
188 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
void main()
{
object oPC = GetClickingObject();
if (!GetIsPC(oPC)) return;
FloatingTextStringOnCreature("The door appears to be locked.... if only I had a lockpicking set.", oPC);
}