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

Macros that play another macro via PlayMacro() continue to play for a period of time after calling PlayMacro(). #157

Open
Timorio opened this issue Apr 16, 2021 · 1 comment

Comments

@Timorio
Copy link
Contributor

Timorio commented Apr 16, 2021

ClassicAssist Version: 0.3.285.312

This can be demonstrated with the following macro, which will iterate its for loop an indeterminate number of times before finally stopping:

PlayMacro( 'Test2' )
for x in range( 0, 10 ):
	print x
@bittiez
Copy link

bittiez commented Jul 23, 2022

I'm pretty sure this is intentional, assuming you have one of the macros set to Run In Background

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants