void main()
{

object oPC = GetEnteringObject();

if (!GetIsPC(oPC)) return;

FloatingTextStringOnCreature("READ YOUR JOURNAL FOR UPDATES", oPC);

}