void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("You can use the rowboat to get to island in the lake..", oPC, FALSE); DestroyObject(OBJECT_SELF); }