Ghaz-ranka

Untitled

Dec 28th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. script("movement") {
  2. trigger("move")
  3. @broadcast(@player("name"))
  4. if (@player("name") == "Ghaz_ranka"){
  5. rotation = @entity("direction")
  6. @broadcast(rotation)
  7. testx = @vector(rotation, "x")
  8. testy = @vector(rotation, "y")
  9. testz = @vector(rotation, "z")
  10. @entity("KodiacBear", "setvelocity", {testx, testy, testz})
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment