Banaanae

Results 142 comments of Banaanae

adding on to this it would be nice to have a roadmap on what plugins have been fixed for the new update

> Where the fuck is ShowHiddenChannels https://github.com/JustOptimize/return-ShowHiddenChannels + no BDFDB dependency

> > > Where the fuck is ShowHiddenChannels > > > > > > https://github.com/JustOptimize/return-ShowHiddenChannels > > > > * no BDFDB dependency > > I have better version of...

another funny would be a max volume option in the settings so we can go above 150

Sorry I wasn't more clear, either adding those characters to the delim list or an option for a custom character as the delim would be good. ________________________________ From: Alan ***@***.***>...

The convertor doesn't fix all changes made, so some things will cause the script to error. You'll need to manually change the things that aren't fixed. I did attempt to...

Minimal example `InputBox, Test, ::Test::Test` I think the hotkey regexs are firing even when it shouldn't

This RegEx probably could be used, needs more testing From: `^\s*(.*[^\s]::).*$` To:___ `^\s*([^,\s]*|[$~!^#+]*,)::.*$`

#156 will fix Lexikos' example, but user1823's example is still broken Hopefully fully fixing shouldn't be too hard, as the base is here for these kinds of issues

The reason this was failing was because the gui line had an hwnd output, but no 4th parameter. To access the the value v2 requires saving the control as a...