MapleServer2
MapleServer2 copied to clipboard
Quest function scripting
System for scripting quest functions, similar to the system for scripting npc functions (see #652).
The two systems need to be separate to avoid any possible conflicting. For example, if a quest script calls for its function id 1, and the quest is hosted by an npc with a npc script that also has a function of id 1, the two functions will conflict.