Thread: Mouse Control
View Single Post
  #5  
Old 04-13-2006, 08:39 PM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
Quote:
Originally Posted by excaliber7388
Yeah, most of that helps, I have the sword gani, but this doesn't cut bushes, and I still have no idea of how I would make the player do the lifting/pulling action (A) button. And neither mousewheel or mousewheeldelta are working
And how would I make it detect a warp? And how do you se the players weapon to a certain weapon???
NPC Code:

if (timeout) {
if (mousewheeldelta > 0) {
setplayerprop #c,I moved the mousewheel down;
}
if (mousewheeldelta < 0) {
setplayerprop #c,I moved the mousewheel up;
}
timeout = .05;
}



Mousewheel.

For the bush cutting I will try to help you later, I am getting ready to leave class and I wont have access to a PC Again till I get home
Reply With Quote