void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("A pool of water fills the center of this cavern. A makeshift bridge connects to two passages.", oPC, FALSE); DestroyObject(OBJECT_SELF); }