New style of scripting for better complex menus.

This commit is contained in:
Filip Maj 2016-06-17 23:17:24 -04:00
parent cdf4b3a2f2
commit 4e69022072
8 changed files with 170 additions and 58 deletions

View file

@ -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)