Boy u really got into this. come along way. i am still a noob when it come to scripting.......so i thought u may have run across this one.
i want to resawn a uaz with an ai in it as driver. my uaz moves back and forth and if i hit it with a law it will respawn but it will respawn empty because i just have a standard vrespawm.sqs acting on it. it seems i would just need to add another variable or operator or whatever it is called like:
[this, "UAZ", 15, "EAST"] exec "vrespawn.sqs"
to go with this in the script:
_vcl = _this select 0
_class = _this select 1
_delay = _this select 2
_side = _this select3
it didn't seem to like my _this select3
i am sure there is a simple way to do this but i do not know all the commands that well.
any help would be appreciated. i searched and searched for an answer to this but didn't have much luck.