Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. @name Afro
  2.  
  3. ####
  4. # Afro
  5. # Made by Divran
  6. # http://www.wiremod.com/forum/custom-gates/16081-divrans-e2-contraptions-thread.html
  7. ####
  8.  
  9. concmd("say Afro - Made by Divran")
  10.  
  11. Radius = 100
  12. holoCreate(1)
  13. O = owner()
  14. Atc = O:lookupAttachment("eyes")
  15. holoPos(1,O:attachmentPos(Atc)+(O:attachmentPos(Atc)-O:pos()):normalized() * (Radius/2+2) - O:forward() * 5)
  16. holoAng(1,O:attachmentAng(Atc))
  17. holoModel(1,"hqicosphere2")
  18. holoColor(1,vec(0,0,0))
  19. holoMaterial(1,"models/debug/debugwhite")
  20. holoScaleUnits(1,vec(Radius,Radius,Radius)*1.04)
  21. holoParentAttachment(1,O,"eyes")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement