void main() { object oPC = GetEnteringObject(); object oSpeaker = GetNearestCreature(CREATURE_TYPE_PLAYER_CHAR, PLAYER_CHAR_IS_PC); string sString = "Ahead of you looms the uneven crags and steep canyons of the treacherous Troll Claws."; if (GetIsPC(oPC)) { FloatingTextStringOnCreature(sString, oSpeaker, TRUE); } DestroyObject(OBJECT_SELF, 1.5); }