Page 1 of 1

vehicle_magic_load

Posted: Sat Nov 24, 2007 1:38 pm
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!

Posted: Sat Nov 24, 2007 2:04 pm
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.

Posted: Sat Nov 24, 2007 9:04 pm
by Dead Killa \ D
(vehicle_load_magic dropship CD-passengerL01 cee)

Posted: Sun Nov 25, 2007 12:33 am
by L0d3x
Unfortunately that too didn't compile (to my surprise, actually).