Quote:
Originally posted by Projectshifter
They are not too hard of scripts. There are several mouse ones, but the most common would probably be:
actionleftmouse
and
actionrightmouse
those are only activated if the NPC is clicked w/ that mouse button. I don't exactly remember off the top of my head for the new keyboard ones, I should know though b/c I do it enough ,lol. I think it is like:
if (keydown2){
if (#p1(letter)){action;}
}
try that. If not keydown2, try keypress. Just copy and paste from the new features and you should be able to play w/ it a bit.
---Shifter
|
The key one don't work, thats the one I mostly had a problem with. Also how do you make it tell if the key is being held down or not?
[EDIT]Ok I figured it out, what you gave me helped enough. Then I went back into the newfeatures and played with the variables/commands. yey![/EDIT]