Is there a way to send the right click to click procs without doing it through the interface?
Maybe with script or something?
Thanks in advance.
ID:273667
![]() Dec 8 2010, 3:27 pm
|
|
![]() Dec 8 2010, 3:48 pm
|
|
You can by utilizing params2list() and the params in the Click() proc, like so:
|
I have already written the code but to enable the right click to work I need to check the box in interface(map options) that says send right click to click proc, but I can only find that on a custom interface (which I don't have or want to make).
What I'm looking for is a way to enable that setting without making a new interface? Any ideas? |
By default, you should be able to have anything on the map interact with the Click(), checking the params's for "right" and "left".
|
You would have though so, but when i run the game, left click works still, but nothing on right click.. heres what ive got:
mob the left click works fine, but im not sure if that is because the param is correct or because its not checking due to me not having a new interface with the box checked. |
You could always go into...
My Documents -> BYOND -> Skins -> BYOND ...and copy the default skin file and check the box >_> |