Skip to content

Instantly share code, notes, and snippets.

Created July 19, 2016 01:42
Show Gist options
  • Save anonymous/7276b3d57da36ffa6a86b71774a7ac5c to your computer and use it in GitHub Desktop.
Save anonymous/7276b3d57da36ffa6a86b71774a7ac5c to your computer and use it in GitHub Desktop.
@name EGPE2Finder
@inputs EGP:wirelink
@persist
if(first()|dupefinished()){
EGP:egpBox(hash("base"),vec2(255,255),vec2(475,475))
EGP:egpColor(hash("base"),vec(100,100,100))
findByClass("wire_expression_2")
E2 = findToArray()
}
interval(100)
for(I=1,E2:count()){
EGP:egpText(I," " + E2[I,entity]:owner():name(),vec2(0,150))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment