Hey there, I am currently working on a new script and I was unsure if there is a way to loop a command for a certain time. The command would be something like this
/test 5 3
(The 5 stands for the present system that I have and the 3 stands for a number of seconds the loop will run for)
if arg 1 is "5":
loop in game command here which is run from console for 3 seconds using the %arg-2%
/test 5 3
(The 5 stands for the present system that I have and the 3 stands for a number of seconds the loop will run for)
if arg 1 is "5":
loop in game command here which is run from console for 3 seconds using the %arg-2%