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

5 lines
182 B
Lua
Raw Normal View History

function onEventStarted(player, command, triggerName, arg1, arg2, arg3, arg4, targetActor, arg5, arg6, arg7, arg8)
2022-02-05 18:14:23 -05:00
player.Cast(command.Id, targetActor);
player:endEvent();
end