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"); } }