Maybe you could have the entity disappear right when the player touches it, unless you need to keep it there as a condition (for instance, if the player needs to stay within the region for a certain amount of time for an event to happen).


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}