Okay, I'm making a script for my level, and it's giving me this error:
8.03.10 22:26:54 [thingy line 6] this is not a valid script name.: boss )
08.03.10 22:26:56 recompiling scripts after scenarios were merged.
08.03.10 22:26:56 [thingy line 1] this left parenthesis is unmatched.: (script startup windslider

and this is the script:
(script startup place
(Ai_place humans )
(ai_place covies )
(sound_looping_start levels\a10\music\a10_01 none 1 )
(sleep_until (> 3 (ai_living_count covies ))0 )
(wake boss )
)

(script dormant boss
(ai_place the_boss )
(device_set_position door_1 1 )
)

What did i do wrong?