SC_GetFloat: Bad numeric constant "$AMBIENT"."
Spoiler:
When I see nothing wrong with this....
Spoiler:
Ohhhh. I'm a bit rusty when it comes to lump editingEnjay wrote:[edit] beaten to it[/edit]
Errors like this usually mean something is wrong on the previous line. In this case, ZDoom is reporting that $AMBIENT is a bad numeric constant because it was expecting the previous line to finish with a number but the line didn't finish with a number so ZDoom just looked at the next arguement it could find and discovered $AMBIENT which, obviously, is not a number.
What's wrong? You are missing the volume argument from your ambient sound definitions. eg
$AMBIENT 141 sfxsource/evilbass1 POINT CONTINUOUS 1.0