actor.travelTo(place);

How does one make it so that when you order the “actor.travelTo(place);” when you get there it does not show the “sdesc”? What i’m trying to do is make it so that the player will not know he is being moved. The sdesc is the same, but becouse she\he pushes the button(which does the operation), ordinarily that would not display the “sdesc”. a seasoned player would spot that.

Maybe

actor.moveInto(place)

will do it?