vehicle_magic_load

Discuss HaloCE modding with the HEK tools here. For help, go to the Help Desk forum above.
Post Reply
L0d3x




Articulatist 250

Posts: 454
Joined: Sat Aug 18, 2007 3:32 am

vehicle_magic_load

Post by L0d3x »

I've got a question regarding the following script:

Code: Select all

(vehicle_load_magic <unit> <string> <object_list>)

makes a list of units (named or by encounter) magically get into a vehicle, in the substring-specified seats (e.g. CD-passenger... empty string matches all seats)
So I have an encounter named 'dropship', I've got a c_dropship vehicle named 'cee' and I would like to get the specified encounter in the 'passenger' seat. So I tried the following:

(vehicle_load_magic dropship passenger cee)

It would not compile...
I also tried several variants (switchin cee with passenger and stuff like that), but alas, no succes...

Does someone know how to use this syntax correctly and if so could that someone tell me how?

I shall reward you with, ermmm, respect, yes that shall do!
User avatar
preston566




Wordewatician 250

Posts: 423
Joined: Sun Aug 12, 2007 10:16 am
Location: In the Fiery remains of Halo Omega...
Contact:

Post by preston566 »

The script looks ok... it's just there's something about it that gets me.
I've seen a problem like this before, so just gimme a little bit and if nobody else gives an answer- I should have mine by then, and I will post it.
Image
Please, If you need religious help, PM me. God Will Wait For You.
I still cannot feel. The problem, is ireversable. :cry:
Dead Killa \ D





Posts: 539
Joined: Fri Nov 25, 2005 6:58 pm
Location: ^^here...?
Contact:

Post by Dead Killa \ D »

(vehicle_load_magic dropship CD-passengerL01 cee)
Image
link816 says:your crazy about those jeely beans arent you?
=EP Killa says: welll, um yes i love them YUK BUTTER SCOTCH
L0d3x




Articulatist 250

Posts: 454
Joined: Sat Aug 18, 2007 3:32 am

Post by L0d3x »

Unfortunately that too didn't compile (to my surprise, actually).
Post Reply