Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script("movement") {
- trigger("move")
- @broadcast(@player("name"))
- if (@player("name") == "Ghaz_ranka"){
- rotation = @entity("direction")
- @broadcast(rotation)
- testx = @vector(rotation, "x")
- testy = @vector(rotation, "y")
- testz = @vector(rotation, "z")
- @entity("KodiacBear", "setvelocity", {testx, testy, testz})
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment