project-meteor-server/data/scripts/commands/LinkshellAppointCommand.lua
2017-01-09 00:17:46 -05:00

12 lines
249 B
Lua

--[[
LinkshellAppointCommand Script
--]]
function onEventStarted(player, actor, triggerName, linkshellName, memberName, rank)
GetWorldManager():RequestWorldLinkshellRankChange(player, linkshellName, memberName, rank);
player:EndEvent();
end