RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Repeat actions?

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 87
 This is probably a terribly stupid ? to ask, but i cant seem to figure it out, and I just have that feeling it's very simple, but is there a function like do that repeats actions a given number of times? ive done:
Code: [Select]
for i in array #contains number of items = to times to repeat)
  #do action
end
but im wondering if there's a reserved word or another do to this.