mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 21:44:35 +02:00
New style of scripting for better complex menus.
This commit is contained in:
parent
cdf4b3a2f2
commit
4e69022072
8 changed files with 170 additions and 58 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue