void main() { object oPlayer = GetEnteringObject(); if (GetIsPC(oPlayer) ) { SendMessageToAllDMs(GetTag(oPlayer)+": has Entered the area."); } }