View Issue Details

IDProjectCategoryLast Update
0010486Shattered HavenBug - OtherMar 4, 2013 9:46 pm
ReporterGameMaker24 Assigned ToChris_McElligottPark  
Status feedbackResolutionopen 
Summary0010486: CLEARSUBLEVELSCRIPTCOMPLETION isn't working
DescriptionCLEARSUBLEVELSCRIPTCOMPLETION C

This causes the error, "Array Index is Out Of Range."

Also, I have a question: What happens if I use this to clear the scripts of the current sublevel? Will it clear all scripts except the one that called this?
TagsNo tags attached.
Internal WeightMajor Problem

Activities

Chris_McElligottPark

Mar 4, 2013 9:46 pm

administrator   ~0030978

Yes, that's not valid usage. You need to have the level number in there as well, or it will throw this error.

CLEARSUBLEVELSCRIPTCOMPLETION 006 C should work.

Regarding the current sublevel, it will clear all of them including the script that is running, however that script would not have logged completion yet so it should log completion properly after this as you'd expect.

Issue History

Date Modified Username Field Change
Jan 26, 2013 1:35 pm GameMaker24 New Issue
Jan 26, 2013 1:35 pm GameMaker24 Status new => assigned
Jan 26, 2013 1:35 pm GameMaker24 Assigned To => Chris_McElligottPark
Mar 4, 2013 9:46 pm Chris_McElligottPark Note Added: 0030978
Mar 4, 2013 9:46 pm Chris_McElligottPark Status assigned => feedback