Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do i make a max combo? #15501

Open
Flubbedsoda6010 opened this issue Sep 10, 2024 · 1 comment
Open

how do i make a max combo? #15501

Flubbedsoda6010 opened this issue Sep 10, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Flubbedsoda6010
Copy link

Describe your problem here.

just need the line to make it, have everything else done

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.

No response

@Flubbedsoda6010 Flubbedsoda6010 added the help wanted Extra attention is needed label Sep 10, 2024
@Pairos13
Copy link

local MaxComb = 0

function onUpdatePost(elapsed)

if combo > MaxComb then MaxComb = combo end

setTextString('##texttag##', 'Top Combo: ' ..MaxCombo)
end

--Note: make sure that the "ecuation" and the text string are in the same callback function, it also can work with similar like onRecalculateRating()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants