void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; FloatingTextStringOnCreature("The landscape is soggy, and the skies are overcast, gray, and stormy.", oPC, FALSE); DestroyObject(OBJECT_SELF); }