A Community discussion forum for Halo Custom Edition, Halo 2 Vista, Portal and Halo Machinima

Home  Search Register  Login Member ListRecent Posts
  
 
»Forums Index »Halo Custom Edition (Bungie/Gearbox) »Halo CE Technical / Map Design »Well, this is new.

Author Topic: Well, this is new. (3 messages, Page 1 of 1)
Moderators: Dennis

Lone Warrior
Joined: Dec 14, 2008

-Himalayan Wizard and Mystical Guru of the Mts.-


Posted: Sep 11, 2009 05:23 PM    Msg. 1 of 3       
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.


Gamma927
Joined: Jun 12, 2008

Steam: gamma927


Posted: Sep 11, 2009 08:32 PM    Msg. 2 of 3       
Quote: --- Original message by: Lone Warrior
 ( 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 )
)


When style goes too far. There's a balance between style and syntax.


Wolf Grave
Joined: Aug 20, 2008

I'm just going to choose the 1st avatar...


Posted: Sep 13, 2009 07:18 PM    Msg. 3 of 3       
You have an extra right parenthesis on the fifth line.

( 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 )
)

 

 
Previous Older Thread    Next newer Thread







Time: Thu January 19, 2023 10:00 AM 109 ms.
A Halo Maps Website