
Originally Posted by
Ronin
how do you pull directional Vector with out a beacon in e2.
The directional outputs of the beacon sensor are just difference in X, Y and Z, between the target and the beacon.
Code:
@inputs Target:entity
@outputs DVec:vector
Self = entity()
DVec = Self:pos() - Target:pos()
Bookmarks