Search found 2 matches

by AncientTree
Wed Jun 14, 2023 2:48 am
Forum: Help Forum
Topic: Question about tempTimer
Replies: 2
Views: 19067

Re: Question about tempTimer

Understood, thanks!
by AncientTree
Tue Jun 13, 2023 10:12 pm
Forum: Help Forum
Topic: Question about tempTimer
Replies: 2
Views: 19067

Question about tempTimer

Hello, I have a question about the tempTimer function, is it not possible to have something like below? It looks like it accepts variables but not anything with an assignment (= sign) local t = 0 tempTimer(t=t+1, [[ send("Hello World") ]]) Does it mean i will have to do the calculations ou...