Hello guys ..I´m trying to do a decreasing time system for my project. I create a variable named time ... and I made a repeat until time is equal 0 ... (time starts at 60) ... in this repeat I inserted "change time by -1" ... but when I run my project time stucks in 59 ... I don´t know what I can do. A little help from u guys would be great!
Offline
Is there something else making it stay at 60?
Offline
A stop script will stop the whole script - if the reset part and decreasing part are in the same script, you'll be stopping the script before the decreasing can start. Is that what you're doing?
Offline