Skip to content

Certain MM patch not applying #24

Discussion options

You must be logged in to vote

Oukey, found a way! And it ended up being simpler than @ProgrammerFailure attempt.

MYDATASTORAGE3
{
	a = 20
	b = 40
	c = 5
}
TEMPSTORAGE3 {} // Prevents an error on MM about % not being allowd on root nodes.
@TEMPSTORAGE3
{
	v
	{
		a = #$@MYDATASTORAGE3/a$
		b = #$@MYDATASTORAGE3/a$
	}
	v
	{
		a = #$@MYDATASTORAGE3/b$
		b = #$@MYDATASTORAGE3/b$
	}
	v
	{
		a = #$@MYDATASTORAGE3/c$
		b = #$@MYDATASTORAGE3/c$
	}
	%bigger = 0
}
@TEMPSTORAGE3:HAS[@v:HAS[#b[>0]]]
{
	@v:HAS[#a[>0]]
	{
		@a -= 1
	}
	%bigger:HAS[v] = #$/v/b$
	-v:HAS[#a[0]] {}
	MM_PATCH_LOOP {}
}

and it gives me:

UrlConfig
{
    parentUrl = Hacking/sort3.cfg
    MYDATASTORAGE3
    {
        a = 20
        b = 40
        c = 5
    …

Replies: 49 comments 87 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ProgrammerFailure
Comment options

@Lisias
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Lisias
Comment options

@ProgrammerFailure
Comment options

@Lisias
Comment options

Comment options

You must be logged in to vote
3 replies
@Lisias
Comment options

@Lisias
Comment options

@Lisias
Comment options

Comment options

You must be logged in to vote
5 replies
@ProgrammerFailure
Comment options

@ProgrammerFailure
Comment options

@ProgrammerFailure
Comment options

@Lisias
Comment options

@Lisias
Comment options

Comment options

You must be logged in to vote
4 replies
@Lisias
Comment options

@Lisias
Comment options

@ProgrammerFailure
Comment options

@Lisias
Comment options

Comment options

You must be logged in to vote
3 replies
@Lisias
Comment options

@Lisias
Comment options

@Lisias
Comment options

Comment options

You must be logged in to vote
18 replies
@Lisias
Comment options

@ProgrammerFailure
Comment options

@Lisias
Comment options

@ProgrammerFailure
Comment options

@Lisias
Comment options

Comment options

You must be logged in to vote
4 replies
@ProgrammerFailure
Comment options

@ProgrammerFailure
Comment options

@ProgrammerFailure
Comment options

@Lisias
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Lisias
Comment options

@Lisias
Comment options

Comment options

You must be logged in to vote
32 replies
@Lisias
Comment options

@ProgrammerFailure
Comment options

@ProgrammerFailure
Comment options

@Lisias
Comment options

@Lisias
Comment options

Answer selected by Lisias
Comment options

You must be logged in to vote
7 replies
@Lisias
Comment options

@Lisias
Comment options

@ProgrammerFailure
Comment options

@ProgrammerFailure
Comment options

@Lisias
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support support (no bug)
2 participants
Converted from issue

This discussion was converted from issue #22 on March 10, 2024 05:04.