mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
Added scripts needed.
This commit is contained in:
parent
771b5b6d81
commit
bc72147622
5 changed files with 108 additions and 0 deletions
12
data/scripts/commands/LinkshellAppointCommand.lua
Normal file
12
data/scripts/commands/LinkshellAppointCommand.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
--[[
|
||||
|
||||
LinkshellAppointCommand Script
|
||||
|
||||
--]]
|
||||
|
||||
function onEventStarted(player, actor, triggerName, linkshellName, memberName, rank)
|
||||
|
||||
GetWorldManager():RequestWorldLinkshellRankChange(player, linkshellName, memberName, rank);
|
||||
player:EndEvent();
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue