View Issue Details
ID | Project | Category | Date Submitted | Last Update | |
---|---|---|---|---|---|
0010392 | Shattered Haven | Bug - Gameplay | Jan 16, 2013 8:31 pm | Jan 20, 2013 3:11 pm | |
Reporter | GameMaker24 | Assigned To | Chris_McElligottPark | ||
Status | resolved | Resolution | fixed | ||
Summary | 0010392: IsAdultLevel not working | ||||
Description | The game tells me ISADULTLEVEL doesn't exist. | ||||
Tags | No tags attached. | ||||
Internal Weight | Fix Before Major Release | ||||
|
"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! |
|
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.) |
|
Just in: * Fixed level 001-Main to use IsAdultLevel properly; it's a command, not a condition! ;) |
|
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.) |
|
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. |
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 |