Files
RoT2_PRC8/src/module/nss/cb_doorspeak3.nss
Jaysyn904 ab2fc1d732 Added PEPS AI
Added PEPS AI.
Full compile.
Reorganized repository.
2025-07-28 12:49:34 -04:00

13 lines
156 B
Plaintext

void main()
{
object oPC = GetClickingObject();
if (!GetIsPC(oPC)) return;
FloatingTextStringOnCreature("The door appears to require a key.", oPC);
}