This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Is there a way with modcharts to do something every beat/step? #206
Answered
by
Leather128
redstonemaster60
asked this question in
Q&A
-
By this I mean something like being able to trigger code once every beat. I think this is possible but i'm not sure, thanks if you do know |
Beta Was this translation helpful? Give feedback.
Answered by
Leather128
Mar 5, 2022
Replies: 1 comment 1 reply
-
here ya go function beatHit(beat)
-- put ur code here
end
function stepHit(step)
-- put other code here
end |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Leather128
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
here ya go