View Issue Details

IDProjectCategoryLast Update
0010475Shattered HavenSuggestionJan 27, 2013 5:35 pm
ReporterGameMaker24 Assigned ToChris_McElligottPark  
Status resolvedResolutionfixed 
Summary0010475: Warning if script does not exist.
DescriptionAfter creating two versions of a pre-existing script, which involved renaming the original to include 1P at the end, I forgot that a different script would be checking for that one. As a result, the later script could never run.

Can an error appear at the top-right corner if any scripts referenced by conditions in that sub-level do not exist?
TagsNo tags attached.
Internal WeightFeature Suggestion

Activities

Chris_McElligottPark

Jan 27, 2013 5:35 pm

administrator   ~0030314

* When a nonexistent script is referenced by HASRUNATSUBLEVEL or HASRUN, an error message is now shown in the upper right, and then the script is allowed to keep running as if the condition returned true.
** If RUNSNOMORE, ANYRUNNOMORE, ALLRUNNOMORE, or CANSTILLRUN reference a nonexistent script in the current level, then they will also show the message. If they reference a script from another level than the one currently loaded, they won't throw any errors since they won't know there is a problem.

Issue History

Date Modified Username Field Change
Jan 25, 2013 5:59 pm GameMaker24 New Issue
Jan 25, 2013 5:59 pm GameMaker24 Status new => assigned
Jan 25, 2013 5:59 pm GameMaker24 Assigned To => Chris_McElligottPark
Jan 27, 2013 5:35 pm Chris_McElligottPark Note Added: 0030314
Jan 27, 2013 5:35 pm Chris_McElligottPark Status assigned => resolved
Jan 27, 2013 5:35 pm Chris_McElligottPark Resolution open => fixed
Apr 14, 2014 9:28 am Chris_McElligottPark Category Suggestion - General Idea => Suggestion - General
Apr 14, 2014 9:30 am Chris_McElligottPark Category Suggestion - General => Suggestion