i make the tut of 2bit but my tank stops in the middle of the path (spln_7) i wanna spln to be 23! pls help. i wanna the tank to loop (his finish of the tour to be on start)
here is my script
i make the tut of 2bit but my tank stops in the middle of the path (spln_7) i wanna spln to be 23! pls help. i wanna the tank to loop (his finish of the tour to be on start)
here is my script
in every “run” routine there is the line " … bitreset …" … that is missing in run 7…
if the tank followed spline 23 set the accum 0 to -1 ( then the inc 1 command in "continue " increases it to 0 => it starts again.
strange… it should work ( well i did not understand your script cause i make my own truck script if necessary)
hm… i would delete run 7 and paste run 6 in the script again and change the values to run 7 etc.
is MUST work if it works before, too!
perhaps a typing mistake Oo
Can’t help you with that one. I could never figure out the Goldrush style of tank scripting. Chrucker’s tank script was a lot easier for me to understand.
trigger stuck_check_finished
{
// The check should be the final spln nbr + 1
accum 3 abort_if_less_than [B]8[/B]
accum 1 bitset 3
}
this is why it doesn’t move further…
Hi azerot94,
In the script by 2bit there is this part:
trigger stuck_check_finished
{
// The check should be the final spln nbr + 1
accum 3 abort_if_less_than 129
accum 1 bitset 3
}
See that 129? That’s my last spline point… So if your needs to be 23 just change it there.
Oh… just the same reply as murka10
(I should start reading all posts of a thread before posting :D)
omg… i didn’T see that trigger 
i could have been tested much easier if tank reached the last spline or not…