Super Gravitraining!

Started by Bearboy, July 19, 2012, 07:59:12 PM

Previous topic - Next topic

Bearboy

Super Gravitraining!
There are 5 modes.
From Beginner to Death mode.
Pick your poison bros
And brush up on ur gravitronyingys

ToasterApocalypse

say(-1)
text(1,0,0,4)
say(4)
gamestate(10)
endcutscene
untilbars
loadscript(stop)

did i win

Dav999

Maybe you should just warp to two closed gravity lines instead of giving a possibility to exit, because sometimes that exit is just a bit hard to not land on...

So that you warp to:

______

______

instead of:

_J  L___

______

Bearboy

Quote from: ToasterApocolypse on July 19, 2012, 08:01:37 PM
say(-1)
text(1,0,0,4)
say(4)
gamestate(10)
endcutscene
untilbars
loadscript(stop)

did i win
No.
I'd rather have this than that.

Bearboy

Quote from: Dav999 on July 19, 2012, 08:31:44 PM
Maybe you should just warp to two closed gravity lines instead of giving a possibility to exit, because sometimes that exit is just a bit hard to not land on...

So that you warp to:

______

______

instead of:

_J  L___

______

But then how would you be able to exit that difficulty to start a new one?

Dav999

If you die, you go back to the start point. And with exits, you don't want to die just because you didn't expect to suddenly stand on a wall and stop bouncing...

I edited it a bit, to remove the exits, so you can see what I mean.

I don't know if internal scripting goes to the point that if you press action, you go to another room, while still having control DURING that script. I guess it has something to do with hascontrol(), but I tried and it doesn't work...

FIQ

Quote from: Dav999 on July 19, 2012, 09:08:16 PM
If you die, you go back to the start point. And with exits, you don't want to die just because you didn't expect to suddenly stand on a wall and stop bouncing...

I edited it a bit, to remove the exits, so you can see what I mean.

I don't know if internal scripting goes to the point that if you press action, you go to another room, while still having control DURING that script. I guess it has something to do with hascontrol(), but I tried and it doesn't work...
No. hascontrol() is the opposite of nocontrol() which shuts off the possibility of controlling Viridian/pause menus/etc at all, even after scripts has completed. Used when for example running "level complete" thingies as they're not scripts.

Dav999

So it isn't possible in any way to control :viridian: during a script? It would be fun, though.

Another possibility is to place a terminal on a platform that is outside of the gravity lines, in such a way that the terminal is inside the gravity lines (or close enough) so you can press enter when you're near the terminal to run a script with gotoroom(0,0) gotoposition(12,34).

FIQ

Quote from: Dav999 on July 19, 2012, 10:15:37 PM
So it isn't possible in any way to control :viridian: during a script? It would be fun, though.

Another possibility is to place a terminal on a platform that is outside of the gravity lines, in such a way that the terminal is inside the gravity lines (or close enough) so you can press enter when you're near the terminal to run a script with gotoroom(0,0) gotoposition(12,34).
No, there isn't.

Also, you can't activate terminals in mid-air

Dav999

It would work if there was a way to make script boxes act like terminals, so if you enter a script box, no matter what size, you can press enter to activate it. But we can't :victoria: