Cronous Emulation Server Daemon

NPCActivity._next_reaction Field

Time of the next reaction.

[Visual Basic]
Protected _next_reaction As Date
[C#]
protected DateTime _next_reaction;
[C++]
protected: DateTime _next_reaction;
[JScript]
protected var _next_reaction: DateTime;

See Also

NPCActivity Class | croemud.character.activity Namespace