OC-MultICE/modules/evout.lua

8 lines
97 B
Lua
Raw Normal View History

2017-04-19 02:40:25 +10:00
s("evp",function()
local evs={l()}
if evs ~= nil then
ns(T.unpack(evs))
end
C.yield()
end)