Cronous Emulation Server Daemon

Character._first_entry Field

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;

See Also

Character Class | croemud.character Namespace