deck26 deck26 loading

-NewGame- wrote:

The code where it says “When I receive: Stop, set stop to 60” does work when triggered but when “Stop this script” is activated it's being blocked by something and isn't going in order after the stop variable supposedly goes over 50. That's what I meant by I think its blocking the rest of the script
What does the bit I've underlined mean? Is the script being stopped or not? The whole script will be stopped - it can't break out of a forever loop and continue with code after that. Code after a forever loop will never be run once the forever loop is triggered - you either let the forever loop continue or you stop the script completely.