static void ReLoadEventScript() { FlagCache = new EtcCacheFLag(); UseTextIDCache = new EtcCacheTextID(); LintCache = new EtcCache("lint_"); CommentCache = new EtcCache("comment_"); ExportFunction = new ExportFunction(); EventScript = new EventScript(); EventScript.Load(EventScript.EventScriptType.Event); ProcsScript = new EventScript(8); ProcsScript.Load(EventScript.EventScriptType.Procs); AIScript = new EventScript(16); AIScript.Load(EventScript.EventScriptType.AI); }
static void ReLoadEventScript() { FlagCache = new EtcCacheFLag(); UseTextIDCache = new EtcCacheTextID(); LintCache = new EtcCache("lint_"); CommentCache = new EtcCache("comment_"); WorkSupportCache = new EtcCache("worksupport_"); ExportFunction = new ExportFunction(); TextEscape = new FEBuilderGBA.TextEscape(); EventScript = new EventScript(); EventScript.Load(EventScript.EventScriptType.Event); ProcsScript = new EventScript(8); ProcsScript.Load(EventScript.EventScriptType.Procs); AIScript = new EventScript(16); AIScript.Load(EventScript.EventScriptType.AI); }