Commit a31f4512 authored by REIKAI's avatar REIKAI 💬

Add special.lua

parent 0c879245
Pipeline #23670 passed with stages
in 31 minutes and 48 seconds
function Auxiliary.PreloadUds()
function require(str)
loadfile(str..".lua")
--[[local len = string.len(str)
local result=''
for i=len,1,-1 do
local temp=""
temp=string.sub(str,i,i)
if temp=="/" then
result=result..".lua"
Duel.LoadScript(result)
return
end
result=temp..result
end
]]--
end
end
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment