View Single Post
  #2  
Old 06-10-2002, 09:26 PM
Projectshifter Projectshifter is offline
The David
Projectshifter's Avatar
Join Date: Apr 2002
Location: USA
Posts: 912
Projectshifter is an unknown quantity at this point
Send a message via ICQ to Projectshifter Send a message via AIM to Projectshifter Send a message via MSN to Projectshifter Send a message via Yahoo to 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
__________________
Who has time for life these days?
Reply With Quote