Ok, I fixed the spot where that timer command was set. Thanks.

I guess I can deal with it not being a randomized zoom.
Another thing I'm planning to try to script is a music system that changes the theme depending on what level you're in. I am way too newb to script a crescendo movement for the volume, so I'll basically just have hard-edged changes... In GS1, I think it would appear something as such, but I think you need a tokenize or something to chop the filename... Asterisks don't work?...
PHP Code:
if (playerenters&&strequals(#f,lots_ow*.nw)){
play lots_owtheme.mid;
}
if (playerenters&&strequals(#f,lots_house*.nw)){
play lots_housetheme.mid;
}
I'm fairly certain you will say that this script is wrong, even in GS1... It eludes me how to make this pretty simple system in GS2. o_o