
01-21-2003, 08:12 PM
|
|
Mister 1,000,000
|
 |
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
|
|
|
K, if have updated, here is the script. It's going fine, except for the fact that it is going the wrong direction! (I use g2k2 gani's now):
// NPC made by Cyrin
if (created) {
}
if (playertouchsme) {
toweapons Bow;
}
if (weaponfired){
if (playerdir=2){
shoot playerx+.5,playery,3.14*3/2,2.1,3.14/5,1,g2k2bolt,30;
}
if (playerdir=1){
shoot playerx,playery,150,3.14,3.14/2.5,1,re_arrow,0;
}
}
Please tell me what i have done wrong.Oh, and thanks Trevor and all of you, you helped me out a lot with the zangle stuff |
__________________
Quote:
|
Originally Posted by Lance
stefan is satan
|
I am the best.
[URL removed]Music or aural pollution?
|
|
|
|