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:
|
In response to Maximus_Alex2003
|
|
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? |
In response to Kozar's friend
|
|
By default, you should be able to have anything on the map interact with the Click(), checking the params's for "right" and "left".
|
In response to Maximus_Alex2003
|
|
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. |
In response to Kozar's friend
|
|
You could always go into...
My Documents -> BYOND -> Skins -> BYOND ...and copy the default skin file and check the box >_> |
In response to Spunky_Girl
|
|
OMG, lol.. i was wondering where i might find the default skin... the BYOND folder never even occurred to me (It's quite late here (2:20 am))
Thanks :) |