4 lines
97 B
Lua
4 lines
97 B
Lua
local time = ...
|
|
if not time then time = 1.0 end
|
|
|
|
return Def.Actor{ OnCommand=cmd(sleep,time); }; |