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
