Page 1 of 1

Need help with something

Posted: January 17th, 2018, 4:36 pm
by Taigunas
Hello so basically i was trying to make one thing which loads other skins when u left click on it. For example i use honeycomb skin and when i load everything on desktop its to messy and im trying to do that if i left click on one skin it load games category skins. If u dont understand me still heres more detailed explination: When i left click on GAMES skin it load every skin bellow
Image
Im using this line in config : LeftMouseUpAction=!ToggleConfig "Honeycomb\FolderNS" "FolderNS.ini" but it only works with one line. when i trying to use more that one line it only recognizes the first like but ignores others.
My config looks like this:
Image
So basically my question is what code to use or what to do to load more that one skin.

Re: Need help with something

Posted: January 17th, 2018, 4:38 pm
by jsmorley
LeftMouseUpAction=[!FirstAction][!SecondAction][!ThirdAction]

Re: Need help with something

Posted: January 17th, 2018, 4:51 pm
by Taigunas
jsmorley wrote:LeftMouseUpAction=[!FirstAction][!SecondAction][!ThirdAction]
Thanks! finally worked