mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Overhaul of the director system and opening quests. Private Areas further implemented as well.
This commit is contained in:
12
data/scripts/commands/LinkshellKickCommand.lua
Normal file
12
data/scripts/commands/LinkshellKickCommand.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
--[[
|
||||
|
||||
LinkshellKickCommand Script
|
||||
|
||||
--]]
|
||||
|
||||
function onEventStarted(player, actor, triggerName, linkshellName, kickedName)
|
||||
|
||||
GetWorldManager():RequestWorldLinkshellKick(player, linkshellName, kickedName);
|
||||
player:EndEvent();
|
||||
|
||||
end
|
Reference in New Issue
Block a user