I'm lazy so could someone please write this E1 back to me in E2 :)
Inputs: Fire Active DirX DirY DirZ GX GY GZ
Outputs: Mul NX NY NZ X Y Z Gun
Line 1: A = GX - DirX
Line 2: B = GY - DirY
Line 3: C = GZ - DirZ
Line 4: Mul = Active
Line 5: NX = A
Line 6: NY = B
Line 7: NZ = C
Line 8: X = -A
Line 9: Y = -B
Line 10: Z = -C
Line 11: Gun = Fire
You're probably better off asking on the wiremod forums.
K I'll wait a little longer and then go to the wire forum, thanks
one sec
[editline]10:24AM[/editline]
@name I'm a lazy fuck.
@inputs Fire Active DirX DirY DirZ GX GY GZ
@outputs Mul NX NY NZ X Y Z Gun
@trigger
A = GX - DirX
B = GY - DirY
C = GZ - DirZ
Mul = Active
NX = A
NY = B
NZ = C
X = -A
Y = -B
Z = -C
Gun = Fire
Haha I am a lazy fuck, thanks alot though Ky :) ..wait someone called Ky just added me on steam xD
Sorry, you need to Log In to post a reply to this thread.