Home   Help Search Login Register  

Author Topic: Tracking  (Read 1201 times)

0 Members and 1 Guest are viewing this topic.

pazuzu

  • Guest
Tracking
« on: 29 Jun 2004, 05:16:24 »
Hi, has anyone here used Bullmarket's Tracking Script?

I'm making a map & I want to end the mission by being chased by enemy.

The Idea is we get to extraction boat & enemy is triggered to track our boat.

I can get 1 enemy boat to chase me but I want a group of 5 enemy boats to track my boat.

So I grouped the 5 boats & they all chase untill boat #1 is destroyed.

Then I tried doing the bossgroup=groupthis

But I cant get them all to chase me.

Any idea what I'm doing wrong?

Or is there a better tracking script out there?

Thanks

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:Tracking
« Reply #1 on: 29 Jun 2004, 09:50:46 »
Hi,
I don't know what you're talking about, but the little I do know is that bossgroup = groupthis should be bossgroup = group this
Not all is lost.

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Re:Tracking
« Reply #2 on: 29 Jun 2004, 14:19:07 »

1) Have a group "move" waypoint with a boolean condition, eg tx_Chasenow

when you want the chase to start, have the boolean = true and setpos the waypoint to the boat you want chasing

loop the setWPpos  command in a script every couple of seconds or so

eg
Quote
#START
~2
? (tx_Chasenow): goto "SKIP"
goto "START"

#SKIP
[Groupname,0] setWPpos (getpos escapee_vehicle_name)
~2
goto "SKIP"

setpos a group waypoint to the boat you want them to chase, loop this every second or so
Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123