Home   Help Search Login Register  

Author Topic: "LOOK at someone when you're speaking to them!"  (Read 655 times)

0 Members and 1 Guest are viewing this topic.

shadow99

  • Guest
"LOOK at someone when you're speaking to them!"
« on: 23 Jul 2004, 07:18:14 »
You can guess what this thread is about. How do I make a unit face another unit by rotating on the spot? Doing it through scripting would be my first choice...

Kaliyuga

  • Guest
Re:"LOOK at someone when you're speaking to them!"
« Reply #1 on: 23 Jul 2004, 07:45:51 »
 try using

unitname dowatch unit2name

in an trigger/init/script/etc..


:cheers:


shadow99

  • Guest
Re:"LOOK at someone when you're speaking to them!"
« Reply #2 on: 23 Jul 2004, 07:56:29 »
No dice. Not in a camera script anyway. I'll try init...

shadow99

  • Guest
Re:"LOOK at someone when you're speaking to them!"
« Reply #3 on: 23 Jul 2004, 08:00:56 »
Actually, yes. It does work. Sorry...

shadow99

  • Guest
Re:"LOOK at someone when you're speaking to them!"
« Reply #4 on: 23 Jul 2004, 08:10:46 »
Well it kind of does and kind of doesn't. It seems to work for three of the characters, but one of them stares at their left and to the ground.

shadow99

  • Guest
Re:"LOOK at someone when you're speaking to them!"
« Reply #5 on: 23 Jul 2004, 08:11:28 »
Maybe I could make a stationary unit for them to look at...

ollestolpe

  • Guest
Re:"LOOK at someone when you're speaking to them!"
« Reply #6 on: 23 Jul 2004, 10:11:50 »
Maybe the other guys have treated him bad..
And he is too ashamed to look at them.

Perhaps a scipt isn't always the best thing to solve the situation.
I suggest you talk to the Unit to make sure he know that you appreciate him.

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:"LOOK at someone when you're speaking to them!"
« Reply #7 on: 23 Jul 2004, 10:12:24 »
Unless you've typed the unit's name wrong or something, it should work for all units just the way Kaliyuga said above.
You can also try dotarget with the same method in addition to the dowatch.

Another exciting fact is that you can actually edit your own posts here in the forums. Just press which can be found in the top right corner of your every post when viewing the topic.  :)
Not all is lost.

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:"LOOK at someone when you're speaking to them!"
« Reply #8 on: 23 Jul 2004, 11:59:38 »
The problem with doWatch is that the command is satisfied as long as the target object is within the field of view of the loon who is watching.     Since a loon's field of view is quite wide, this means that he can apppear to be looking in an entirely different direction and still obey the command.

The solution - although you can't let the player see this happening - is to use a setDir command.

In general lines of code work equally well in scripts, triggers, waypoints and init fields.    (There are rare exeptions for init fields.)     Usually when a line of code "doesn't work" the problem is one of syntax.   Always check it with the command reference.
Plenty of reviewed ArmA missions for you to play