mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
New style of scripting for better complex menus.
This commit is contained in:
@@ -57,13 +57,7 @@ namespace FFXIVClassic_Map_Server.lua
|
||||
}
|
||||
|
||||
public static void DoActorOnEventStarted(Player player, Actor target, EventStartPacket eventStart)
|
||||
{
|
||||
if (target is Npc)
|
||||
{
|
||||
((Npc)target).DoEventStart(player, eventStart);
|
||||
return;
|
||||
}
|
||||
|
||||
{
|
||||
string luaPath;
|
||||
|
||||
if (target is Command)
|
||||
|
Reference in New Issue
Block a user