This website requires JavaScript.
Explore
Help
Sign In
actions
/
itgmania212121
Watch
1
Star
0
Fork
0
You've already forked itgmania212121
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6fc669127bc4cd8f052d67c005d932b30944e374
itgmania212121
/
Themes
/
HelloWorld
/
BGAnimations
/
_wait.lua
T
4 lines
97 B
Lua
Raw
Normal View
History
Unescape
Escape
Line endings...be normalized!
2011-03-17 01:47:30 -04:00
local
time
=
...
if
not
time
then
time
=
1.0
end
update Hello World some more
2011-02-22 21:26:41 -06:00
return
Def.Actor
{
OnCommand
=
cmd
(
sleep
,
time
)
;
}
;
Reference in New Issue
Copy Permalink