void main() { object oPC = GetClickingObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("The door appears to open into a rock wall... no exit here.", oPC); }