Cronous Emulation Server Daemon

Player.shift_all_skill_level Method 

Shifts all normal skill level.

[Visual Basic]
Public Sub shift_all_skill_level( _ 
   ByVal shift_value As Integer _ 
)
[C#]
public void shift_all_skill_level(
   int shift_value
);
[C++]
public: void shift_all_skill_level(
   int shift_value
);
[JScript]
public function shift_all_skill_level(
   int shift_value
);

Parameters

shift_value
The value to add.

See Also

Player Class | croemud.game Namespace