List actions #160
OldManDanky
started this conversation in
Script help
Replies: 2 comments
-
It's a bit convoluted, but the following should work:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Scandum,
Thank you, this helped me!
From: scandum ***@***.***>
Sent: Wednesday, January 11, 2023 2:21 PM
To: scandum/tintin ***@***.***>
Cc: OldManDanky ***@***.***>; Author ***@***.***>
Subject: Re: [scandum/tintin] List actions (Discussion #160)
It's a bit convoluted, but the following should work:
#alias slapall
{
#var {people} {bob;mary;sue};
#var delay 0;
#foreach {$people} {person}
{
#line sub var #delay $delay slap $person;
#math delay $delay + 3
}
}
—
Reply to this email directly, view it on GitHub <#160 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AV4O4ZJ5KAXCBVWY2NVJHVTWR4B3JANCNFSM6AAAAAATYLEBIU> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AV4O4ZJVV2KVD7XOLRO4GFLWR4B3JA5CNFSM6AAAAAATYLEBIWWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAI4NRM.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to do something like the following:
#list {people} {bob|mary|sue}
then:
Create an alias to do something like:
slap $list, in a 3 second interval.
Probably very simple, but I'm old, and brain no work good.
Beta Was this translation helpful? Give feedback.
All reactions