Open xDope7137 opened 3 years ago
This was working fine but some natives just gets replaced :/
Hmm this is interesting
You can probably avoid this by adding the events that are natives to the config file
You can probably avoid this by adding the events that are natives to the config file
I actually did try that. No luck.
I've tried full native, just "current", native with () with end and everything I can imagine would fix it.
It only mess-up with things that have "current" inside it. Weird.
Even this was changed for some reason lol
I also found that it only mess up with everything that has "rr" inside it.
May have something to do with the regex
I really want to use this. If you help me, that would be awesome!
Another way to do this is by changing the event name that is called "current" rr* to something like rr62. Essentially the issue is that it replaces any instance of "rr" with the random string.
@JaredScar maybe use $ and ^ qualifiers? I'll take a look around too.
Another way to do this is by changing the event name that is called "~current~" rr* to something like rr62. Essentially the issue is that it replaces any instance of "rr" with the random string.
@JaredScar maybe use $ and ^ qualifiers? I'll take a look around too.
Ever find some kind of solution?
The only issue I found is, it changes some native sometimes.