mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
Added scripts needed.
This commit is contained in:
parent
771b5b6d81
commit
bc72147622
5 changed files with 108 additions and 0 deletions
14
data/scripts/commands/LinkshellInviteCancelCommand.lua
Normal file
14
data/scripts/commands/LinkshellInviteCancelCommand.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
--[[
|
||||
|
||||
LinkshellInviteCancelCommand Script
|
||||
|
||||
Handles what happens when you cancel an invite to a linkshell
|
||||
|
||||
--]]
|
||||
|
||||
function onEventStarted(player, actor, triggerName, arg1, arg2, arg3, arg4, actorId)
|
||||
|
||||
GetWorldManager():RequestWorldLinkshellCancelInvite(player);
|
||||
player:EndEvent();
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue