OC-MultICE/modules/evout.lua

8 lines
97 B
Lua

s("evp",function()
local evs={l()}
if evs ~= nil then
ns(T.unpack(evs))
end
C.yield()
end)