mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 12:05:21 +09:00
Add StdLib and Rank Table
This commit is contained in:
@@ -18,12 +18,10 @@ local credits = {{
|
||||
}}
|
||||
local function credit_loop(reg) for _,cred in pairs(reg) do table.insert(credits,cred) end end
|
||||
--Please Only Edit Below This Line-----------------------------------------------------------
|
||||
credit_loop(require("locale/StdLib/event"))
|
||||
credit_loop(require("locale/file-header"))
|
||||
|
||||
script.on_init(function() global.credits = credits end)
|
||||
|
||||
|
||||
|
||||
Event.register(-1,function() global.credits = credits end)
|
||||
|
||||
----TEMP-------------------------------------------------------------------------------------
|
||||
function table.val_to_str ( v )
|
||||
|
||||
Reference in New Issue
Block a user