Created
April 3, 2012 00:52
-
-
Save d4l3k/2288392 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// t_loc is Target Location | |
// target is Target Key | |
list details = llGetObjectDetails(target,[OBJECT_POS,OBJECT_VELOCITY]); | |
t_loc = llList2Vector(details,0); | |
t_loc += llList2Vector(details,1)*llVecDist(t_loc,llGetPos())/bullet_speed; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment