View Single Post
  #104  
Old 09-24-2007, 07:01 PM
jukofyork jukofyork is offline
Senior Member
 
Join Date: Sep 2004
Location: Leeds, UK.
Posts: 2,551
Default Re: PartySNGHelper v1.13 is now available

[ QUOTE ]
wow the mtt support is great! first script that worked for me with mtts at party [img]/images/graemlins/smile.gif[/img]

I got the smartnotes script working again, so you don't have to rush including it [img]/images/graemlins/wink.gif[/img]

How can i deactivate the right mouse click = check/fold function? I want to keep the mbutton = push all in function.

[/ QUOTE ]
You need to find these lines:

<font class="small">Code:</font><hr /><pre>if (EnableMouseShortcuts)
CheckFold(getid())</pre><hr />

and make them look like this:

<font class="small">Code:</font><hr /><pre>; if (EnableMouseShortcuts)
; CheckFold(getid())</pre><hr />

I'll try and make the options better in a future version so this should be doable from the GUI itself. I'm also gonna make it so that it saves the settings in a ".ini" file, as it's starting to get too many options to set by hand each startup...

Juk [img]/images/graemlins/smile.gif[/img]
Reply With Quote