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

Fake windows error message thing #15443

Closed
Your-Local-LordXSimp opened this issue Aug 30, 2024 · 0 comments
Closed

Fake windows error message thing #15443

Your-Local-LordXSimp opened this issue Aug 30, 2024 · 0 comments
Labels
question Further information is requested

Comments

@Your-Local-LordXSimp
Copy link

Your-Local-LordXSimp commented Aug 30, 2024

What is your question?

How do I make it disappear at a specific curStep without clicking "OK"?

`function onStepHit()

addHaxeLibrary('Application', 'lime.app')

if curStep == 345678 then -- Random curStep thing --

    runHaxeCode([[

        Application.current.window.alert("WOW A PLACEHOLDER", "WOAH");

    ]])

end

end`

@Your-Local-LordXSimp Your-Local-LordXSimp added the question Further information is requested label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant