1
Fork 0
mirror of https://bitbucket.org/Ioncannon/project-meteor-server.git synced 2025-04-20 11:47:48 +00:00
project-meteor-server/Data/scripts/commands/LinkshellChangeCommand.lua

15 lines
No EOL
294 B
Lua

--[[
LinkshellChangeCommand Script
--]]
function onEventStarted(player, actor, eventType, eventName, linkshellName, arg1, arg2)
if (linkshellName == nil) then
linkshellName = "";
end
GetWorldManager():RequestWorldLinkshellChangeActive(player, linkshellName);
player:EndEvent();
end