load("valor_ext.il")
unless(boundp('LoadSkillFilesDebug)
LoadSkillFilesDebug =axlGetVariable("LoadSkillFilesDebug"))
when(LoadSkillFilesDebugprintf("\n"))
(foreachfile (rexMatchList "\\.il$" (getDirFiles "."))
when(LoadSkillFilesDebugprintf("Loading Skill file: %s\n" file))
(load strcat("./" file))
)
; Loadany ini files (containing axlCmdRegister)
(foreachfile (rexMatchList "\\.ini$" (getDirFiles "."))
when(LoadSkillFilesDebugprintf("Loading Skill file: %s\n" file))
(load strcat("./" file))
)
when(LoadSkillFilesDebugprintf("\n"))
這里給大家貼出來