Donovansrb10
Member
Well, my level waits 3 minutes before the player dies and I wanted a script to show how long is left. Well, when I did it, it stopped allowing you to talk in the level or use any command. How do I fix this?
Level 139
LevelName = Emerald Forest
ForceCharacter = 0
LevelSelect = 1
Hidden = 0
TimeAttack = 1
MusicSlot = 45
NextLevel = 140
ScriptIsLump = 1
ScriptName = MAPB3SCR
SkyNum = 1
SpeedMusic = 1
Act = 3
Countdown = 180
TypeOfLevel = 4099
LevelName = Emerald Forest
ForceCharacter = 0
LevelSelect = 1
Hidden = 0
TimeAttack = 1
MusicSlot = 45
NextLevel = 140
ScriptIsLump = 1
ScriptName = MAPB3SCR
SkyNum = 1
SpeedMusic = 1
Act = 3
Countdown = 180
TypeOfLevel = 4099
tunes 45
wait 5950
tunes 1042
cecho "\\\\\\\\10"
wait 35
cecho "\\\\\\\\09"
wait 35
cecho "\\\\\\\\08"
wait 35
cecho "\\\\\\\\07"
wait 35
cecho "\\\\\\\\06"
wait 35
cecho "\\\\\\\\05"
wait 35
cecho "\\\\\\\\04"
wait 35
cecho "\\\\\\\\03"
wait 35
cecho "\\\\\\\\02"
wait 35
cecho "\\\\\\\\01"
wait 35
cecho "Level Failed!"
wait 5950
tunes 1042
cecho "\\\\\\\\10"
wait 35
cecho "\\\\\\\\09"
wait 35
cecho "\\\\\\\\08"
wait 35
cecho "\\\\\\\\07"
wait 35
cecho "\\\\\\\\06"
wait 35
cecho "\\\\\\\\05"
wait 35
cecho "\\\\\\\\04"
wait 35
cecho "\\\\\\\\03"
wait 35
cecho "\\\\\\\\02"
wait 35
cecho "\\\\\\\\01"
wait 35
cecho "Level Failed!"