Cronous Emulation Server Daemon

Player.MAX_SKILL_LEVEL Field

[Visual Basic]
Public const MAX_SKILL_LEVEL As Integer = 40
[C#]
public const int MAX_SKILL_LEVEL = 40;
[C++]
public: const int MAX_SKILL_LEVEL = 40;
[JScript]
public const var MAX_SKILL_LEVEL: int = 40;

See Also

Player Class | croemud.game Namespace