project-meteor-server/Data/scripts/commands/ChangeJobCommand.lua

6 lines
162 B
Lua

function onEventStarted(player, caller, commandRequest, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
player:SetCurrentJob(17);
player:EndEvent();
end