Ok, I'm getting a scripting error (Not the new thing), but the error has me confused, I'm not sure whats wrong with exactly. I've cross-referenced with Bungie's scripts and I'm using the command correctly, but I keep getting this error anyway.
The Script
( script startup ai15
( sleep_until ( volume_test_objects omgdroppie1 ( players )) 15 )
( object_create atmo1 )
( vehicle_load_magic atmo1 "driver" ( ai_actors a33 ))
( sleep_until ( volume_test_object omgdroppie2 atmo1 ) 1))
( object_destroy atmo1 )
)
The Error
09.11.09 22:20:46 [hs line 138] i expected "script" or "global".: object_destroy vehicle atmo1 )
09.11.09 22:20:46 recompiling scripts after scenarios were merged.
09.11.09 22:20:46 i expected "script" or "global".: object_destroy vehicle atmo1 )
Any help would be appreciated.