Page 1 of 1

Problem with MAPINFO

Posted: Sat Jan 27, 2007 4:19
by Betanol

Code: Select all

map map01 "Data Storage"
music D_1
sky1 sky02b 0.0
next map02

map map02 "Snow Base"
music d_2
sky1 sky03b 0.0
next map03

map map03 "Cheap ass instalations"
music d_3
lightning
sky1 sky01b 0
next map04

map map04 "Toxin Refinery Station"
music d_4
sky1 sky1 0
next map05

map map05 "Memento"
music d_5
sky1 sky1 0
next map06

map map06 "Mossberg desert complex"
music d_6
sky1 sky4 0
next map07

map map07 "fucking nightmare!"
music d_7
sky1 sky01a
next map08   <---- Line 35
GZDOOM error screen says:
"SC_GetFloat: Bad numeric constant "next".
Script MAPINFO, Line 35.."

For me there is nothing wrong.. What's happening?????

Posted: Sat Jan 27, 2007 5:23
by wildweasel
You're missing a number in the previous line. The line above Line 35, which currently reads "sky1 sky01a" should actually have an additional zero at the end of it:

Code: Select all

sky1 sky01a 0