index 1c8e18c4db8..0fd4cf2dacc 100644 --- a/x_/x_sfscript.nss +++ b/x_/x_sfscript.nss @@ -619,6 +619,8 @@ void JournalRemoveQuest(object oPlayer, string sPlotId); void __Spacer619__(string sPlayerName); array GetWorldTime(); int IsProxyPlayer(object oPlayer); int IsUsingNWSync(object oPlayer); string GetRemoteServerIP(object oPlayer); -int GetRemoteServerPort(object oPlayer); \ No newline at end of file +int GetRemoteServerPort(object oPlayer); +void SetClassByLevel(object oPC, int nLevel, int nClass); +void SetClassByPosition(object oCreature, int nPosition, int nClass); \ No newline at end of file