Eluna fix require path to lua script folder structure. Implement .ext.lua and comment them in the ext files that exist.

This commit is contained in:
Rochet2
2014-11-09 17:16:47 +02:00
parent d7920b4bb7
commit 2343f1b2d6
5 changed files with 46 additions and 28 deletions

10
extensions/_Misc.ext.lua Normal file
View File

@@ -0,0 +1,10 @@
--
-- Copyright (C) 2010 - 2014 Eluna Lua Engine <http://emudevs.com/>
-- This program is free software licensed under GPL version 3
-- Please see the included DOCS/LICENSE.md for more information
--
-- filename.ext.lua files are loaded before normal .lua files
-- Randomize random
math.randomseed(tonumber(tostring(os.time()):reverse():sub(1,6)))