vehicle_magic_load
Posted: Sat Nov 24, 2007 1:38 pm
I've got a question regarding the following script:
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!
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)
(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!