this is the suggestions forum, which is step 4. documentation is step 2.
you skipped step 3, which is the help forum.
You know whats depressing?
that the only thing people can say is: Read the Wiki! OR Read the Documentation.
well, i DID try, and it didnt work, so i thought a simpler timer would make it all easier, but as soon as you mention something in here, you get the "Go read the Wiki/documentation" right in your face.. Sad.
Well, ill stop suggestion then.
this is the suggestions forum, which is step 4. documentation is step 2.
you skipped step 3, which is the help forum.
"It's easy to win forgiveness for being wrong; being right is what gets you into real trouble." - Bjarne Stroustrup
Lífið læðist lúmskt áfram
im not asking for help, im coming with a suggestion.. xD
[highlight=E2]
@name hijerkerkjg
@inputs On
@outputs Out
@trigger all
if(On) {
timer("TIMERZ",1000) #a serperate timer with a 1 second interval (1000 milliseconds)
}else{
stoptimer("TIMERZ") #stops the 'TIMERZ' timer
}
if(clk("TIMERZ")) { #when the 'TIMERS' timer ticks...
Out += 1 #the 'Out' output will increase by 1
}[/highlight]
Bookmarks