Skip to content

[epScript] Merge basic actions whose arguments are constants#1

Draft
armoha wants to merge 5 commits intodevfrom
issue-36
Draft

[epScript] Merge basic actions whose arguments are constants#1
armoha wants to merge 5 commits intodevfrom
issue-36

Conversation

@armoha
Copy link
Owner

@armoha armoha commented Sep 1, 2021

Part 1 for armoha/euddraft/issues/36.

Examples:

SetMemory(0x6509A0, SetTo, 0);
RemoveUnit("Scanner Sweep", P8);
CreateUnit(1, "Kakaru", "water", P5);

DoActions(
    SetMemory(0x6509A0, SetTo, 0),
    RemoveUnit("Scanner Sweep", P8),
    CreateUnit(1, "Kakaru", "water", P5),
)

@armoha armoha marked this pull request as ready for review September 11, 2021 12:23
@armoha armoha changed the title [WIP] Merge basic actions whose arguments are constants Merge basic actions whose arguments are constants Sep 11, 2021
@armoha armoha changed the title Merge basic actions whose arguments are constants [epScript] Merge basic actions whose arguments are constants Sep 11, 2021
@armoha armoha marked this pull request as draft January 2, 2022 18:37
@armoha armoha force-pushed the master branch 2 times, most recently from 30977c3 to 9a9861b Compare March 26, 2022 13:33
@armoha armoha force-pushed the master branch 4 times, most recently from 18652ea to 20a2863 Compare May 15, 2022 14:39
@armoha armoha force-pushed the master branch 2 times, most recently from da5b547 to c9e4a50 Compare June 2, 2022 12:13
@armoha armoha force-pushed the master branch 5 times, most recently from 6e7720b to 26a2134 Compare October 22, 2022 14:14
@armoha armoha force-pushed the master branch 5 times, most recently from 8a1b428 to 24dda4c Compare December 31, 2022 14:44
@armoha armoha force-pushed the master branch 7 times, most recently from b46196e to aaf64a6 Compare January 28, 2023 10:00
@armoha armoha changed the base branch from master to main June 13, 2023 12:52
@armoha armoha changed the base branch from main to dev June 13, 2023 12:52
armoha pushed a commit that referenced this pull request Feb 18, 2025
fix: Rename cfile to cfile_path
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

Successfully merging this pull request may close these issues.

1 participant