
Originally Posted by
Con
An EKG? What was it going to measure :|
also, cool stuffs.
Code:
@name EKG
@inputs
@outputs Health Line X
@persist X
@trigger all
runOnTick(2)
if(first()){X=-1}
Health=owner():health()
Line=random(-Health/100,Health/100)
X+=0.005
if(X>=1)
{
X=-1
}
Bookmarks