HiddenTradition_PRC8/_module/nss/as_openscarydoor.nss
2024-06-20 15:47:42 -04:00

13 lines
297 B
Plaintext

void main()
{
object oPC = GetLastOpenedBy();
if (!GetIsPC(oPC)) return;
{
FloatingTextStringOnCreature("As the door opens, an inexplicable feeling of dread comes over you", oPC, TRUE);
//SendMessageToPC(oPC, "A feeling of inexplicable dread comes over you as you open this door");
}
}