This is a particularly useful thing that I'd like to have with me wherever I theme. basically, LoadActor(THEME:GetPathB("","_wait"),5) to wait 5 seconds. best used for in/out burger

This commit is contained in:
AJ Kelly
2011-12-22 11:56:39 -06:00
parent 19ec35730f
commit b361105b12
+5
View File
@@ -0,0 +1,5 @@
local time = ...
assert(time)
return Def.ActorFrame{
Def.Actor{ OnCommand=cmd(sleep,time); };
};