Hi!
I have problems I'd like solving.
1. I have this ship I'm flying, and for it to look where I look I constantly fireproj() a ghost template. But, when I do fire, the ship will fire. But, there is a problem... If I shoot another ship, I score, but that can't happen because the ship fired that projectile and not me. And I'd like this to be compatible with MODs, so.... Is there someway to like take the projectile I fired, and teleport it to the ship? I'm not in the ship, I'm in this small cube where the surfaces a being checked for damage and activation.
2. How do I get enemies to fire at an actor that I've created? I have this piloting missile that SaberMaster made where the enemies do fire at it, though I can't seem to pinpoint it in the code.
/Edward
I have problems I'd like solving.
1. I have this ship I'm flying, and for it to look where I look I constantly fireproj() a ghost template. But, when I do fire, the ship will fire. But, there is a problem... If I shoot another ship, I score, but that can't happen because the ship fired that projectile and not me. And I'd like this to be compatible with MODs, so.... Is there someway to like take the projectile I fired, and teleport it to the ship? I'm not in the ship, I'm in this small cube where the surfaces a being checked for damage and activation.
2. How do I get enemies to fire at an actor that I've created? I have this piloting missile that SaberMaster made where the enemies do fire at it, though I can't seem to pinpoint it in the code.
/Edward