• Hey! Register here to create your account, engage with the community, and talk about what is new!

Repeat for block

Trojan

New member
Joined
Jul 17, 2023
Messages
12
Reaction score
0
I might be a bit dumb but I don't think there is a repeat for block

if there is not then I may function something like this

PLAYER_EVENT : Right Click
[ If holding item : Stick{
Repeat for(15)
Sendmessage(allplayers)("A Stick has been clicked")
}
]
 

Bromeo

Active member
Joined
Jan 27, 2023
Messages
47
Reaction score
5
this seems kind of like the repeat multiple block lol
 

HackerDragon9999

Forum adept
Joined
Jan 18, 2023
Messages
112
Reaction score
20
there is a repeat for block.
i think it's repeat for items in list, with params of (counter variable, list to go through)
 
Top Bottom