View Issue Details

IDProjectCategoryLast Update
0010392Shattered HavenBug - GameplayJan 20, 2013 3:11 pm
ReporterGameMaker24 Assigned ToChris_McElligottPark  
Status resolvedResolutionfixed 
Summary0010392: IsAdultLevel not working
DescriptionThe game tells me ISADULTLEVEL doesn't exist.
TagsNo tags attached.
Internal WeightFix Before Major Release

Activities

Chris_McElligottPark

Jan 18, 2013 10:13 am

administrator   ~0029863

"ISADULTLEVEL" is the spelling, minus the quotes. Sure you have that right? Also, this only works on preload scripts. If you have an example of where this is not working, please let me know and I'll look at it!

GameMaker24

Jan 18, 2013 12:44 pm

manager   ~0029899

It's a PRELOAD script in 001 MAIN. Maybe it's not working because of a conflict with other scripts -- I have the game jumping here from 095, where it then jumps to a sublevel within 001 after loading Main. (A different issue addresses the need for this transition to be transparent.)

Chris_McElligottPark

Jan 18, 2013 8:24 pm

administrator   ~0029948

Just in:

* Fixed level 001-Main to use IsAdultLevel properly; it's a command, not a condition!

;)

GameMaker24

Jan 19, 2013 11:36 am

manager   ~0029967

At first, nothing happened because you moved it to after the sub-level jump. Once I swapped their positions, an error appeared saying "The script command, 'IsAdultLevel', is not a valid in-game command." (Its error then prevents the sub-jump from ever occurring.)

Chris_McElligottPark

Jan 20, 2013 3:11 pm

administrator   ~0029991

The reason for the error was that you were using this in an in-game script rather than a preload script, and it's a preload-only command. I've fixed this up:

* Fixed up level 001 B so that it properly uses ISADULTLEVEL, and fixed a couple of bugs with ISADULTLEVEL.

Issue History

Date Modified Username Field Change
Jan 16, 2013 8:31 pm GameMaker24 New Issue
Jan 16, 2013 8:31 pm GameMaker24 Status new => assigned
Jan 16, 2013 8:31 pm GameMaker24 Assigned To => Chris_McElligottPark
Jan 18, 2013 10:13 am Chris_McElligottPark Note Added: 0029863
Jan 18, 2013 10:13 am Chris_McElligottPark Status assigned => feedback
Jan 18, 2013 12:44 pm GameMaker24 Note Added: 0029899
Jan 18, 2013 12:44 pm GameMaker24 Status feedback => assigned
Jan 18, 2013 8:24 pm Chris_McElligottPark Note Added: 0029948
Jan 18, 2013 8:24 pm Chris_McElligottPark Status assigned => resolved
Jan 18, 2013 8:24 pm Chris_McElligottPark Resolution open => fixed
Jan 19, 2013 11:36 am GameMaker24 Note Added: 0029967
Jan 19, 2013 11:36 am GameMaker24 Status resolved => feedback
Jan 19, 2013 11:36 am GameMaker24 Resolution fixed => reopened
Jan 20, 2013 3:11 pm Chris_McElligottPark Note Added: 0029991
Jan 20, 2013 3:11 pm Chris_McElligottPark Status feedback => resolved
Jan 20, 2013 3:11 pm Chris_McElligottPark Resolution reopened => fixed