Im a new to programming well this is the basics but im making a game and i figured out how to make a score limit. The problem is I dont know how to make a time limit so if anybody has any suggestions for me that would be great.
Thanks
Offline
Basically, you get a variable to 'count' with something like
forever
[]change [counter] by 1
[]wait 1 second
end forever
And then get another script to
wait until <counter = []>
then whatever you want to happen
Offline
could you put it in the block things im new at this im sorry
Offline