Closed ghost closed 2 years ago
runTimer('rocks', 3, 0)
function onTimerCompleted(tag)
if tag == 'rocks' then
if getProperty('spacerocks.y') == -65 then
doTweenY('rocksY', 'spacerocks', -30, 2.9, 'quadInOut')
else
doTweenY('rocksY', 'spacerocks', -65, 2.9, 'quadInOut')
end
end
end
holy moly thanks homie
Describe your problem here.
does anyone know how to make this line of code from within source code work in a lua script? (from Vs Void)
Are you modding a build from source or with Lua?
Lua
What is your build target?
Windows x64
Did you edit anything in this build? If so, mention or summarize your changes.
nu