Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
Its possible to repeat a loop for a determinate number of frames and when the number of frames is spent start another action?
Is it possible without using variables?
I have a hard time understand what you're asking- if you want to have something else happen after this fixed-frame loop, then why would you need to loop it at all, and just use the wait command?
Yes, it is possible to run a loop for a specified number of times.
It is possible without using variables though that is far more advanced than using variables. In almost all practical purposes you should use variables.
Do you want a general solution or is there something specific you want done?