Specifies whether the character has just entered an area.
[Visual Basic] Protected _first_entry As Boolean [C#] protected bool _first_entry; [C++] protected: bool _first_entry; [JScript] protected var _first_entry: bool;
Character Class | croemud.character Namespace