mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
6 lines
168 B
Lua
6 lines
168 B
Lua
function onEventStarted(player, caller, eventType, eventName, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
|
|
|
|
player:SetCurrentJob(17);
|
|
|
|
player:EndEvent();
|
|
end |