View Single Post
  #3  
Old 06-10-2002, 09:48 PM
Shorty2Dope Shorty2Dope is offline
Psychopathic
Shorty2Dope's Avatar
Join Date: Oct 2001
Location: Insane Asylum
Posts: 3,290
Shorty2Dope is on a distinguished road
Send a message via AIM to Shorty2Dope Send a message via Yahoo to Shorty2Dope
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]
__________________
blah

Last edited by Shorty2Dope; 06-10-2002 at 10:30 PM..
Reply With Quote