Cronous Emulation Server Daemon

Character.make_health Method 

Makes a Health packet.

[Visual Basic]
Public Function make_health() As Health
[C#]
public Health make_health();
[C++]
public: Health* make_health();
[JScript]
public function make_health(): Health;

Return Value

The packet done.

See Also

Character Class | croemud.character Namespace