Descripción

3.510 Section 0. Actually, The auto-reset code would force me to get a 3.510 Section 0 or faster if I wanted to even attempt to beat the level. (Currently, no one has gotten a 3.525 or faster on summited runs besides my self and since I got a 3.510 on my Former WR, why not force myself to either get a 3.510 or 3.494? Sadly, I still have not figured out how to save that last frame yet. Scandium theorizes that a 3.076 is possible, while I think it is borderline humanly possible. I find that a 19.19 or 19.18 will be the limit based on the list of time saves Scandium has pointed out. Only one of those timesaves has someone done so far. Five frames of timesave seem to come from godly timing in the final section.

Code:

local route = "Normal Exit with Powerups" local timer = 1 local count = true

function onStart() if route == "Secret Exit with Powerups" then player.character = CHARACTER_MARIO player.powerup = 7 player.reservePowerup = 169 elseif route == "Normal Exit with Powerups" then player.character = CHARACTER_TOAD player.powerup = 5 end end

function onDraw() if route == "Normal Exit with Powerups" then if (timer == 226 and player.section == 0) or (timer == 622 and player.section == 4) then Level.load() end if count then timer = timer + 1 end if timer == 1257 then Misc.dialog(timer) count = false timer = 1260 end if Level.winState() > 0 then count = false end end end

function onLoadSection4() if SaveData["Section0 PB"] == nil then SaveData["Section0 PB"] = 225 else SaveData["Section0 PB"] = (math.min(SaveData["Section0 PB"], timer) or 226) end end

Tabla de clasificación
Nivel
-The Invasion 2 - Ice-02 Frigid Awesome Land - by Redigit
Categoría
Levels (With Powerup)
Level Exit - The Invasion 2 - Ice-2 Frigid Awesome Land
Goal
Character
Toad
Partida
Rango
Segundo lugar
2nd
Tiempo
0m 19s 234ms
Fecha
2 years ago
Plataforma
PC
Detalles
Verificado
2 years ago
Enviado
2 years ago
Estadísticas del juego
Seguidores
76
Partidas
736
Jugadores
33
Últimos hilos
Publicado 5 months ago
1 respuesta
Publicado 3 years ago
0 respuestas
Publicado 6 years ago
5 respuestas
Publicado 1 year ago
0 respuestas
Publicado 2 years ago
2 respuestas