Created
October 14, 2025 15:04
-
-
Save wbecher/86495ab2311c5c54e6baad7e0fe398cf to your computer and use it in GitHub Desktop.
Macro 1 - Auto Unity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RepeatUntil (AP >= 101) | |
| Infinite() | |
| WaitForSeconds(1.0) | |
| Eternate() | |
| WaitForSeconds(1.0) | |
| RepeatUntil (AP >= 4000) | |
| Infinite() | |
| Eternate() | |
| Dilate(true) | |
| WaitForSeconds(6.0) | |
| Dilate(false) | |
| WaitForSeconds(0.3) | |
| Repeat (30, false) | |
| EnterEC(0, 0, true) | |
| Repeat (1, false) | |
| Infinite() | |
| WaitForSeconds(0.1) | |
| Eternate() | |
| Dilate(true) | |
| WaitForSeconds(5.0) | |
| Dilate(false) | |
| WaitForSeconds(0.1) | |
| GoToMacro(1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment