Home   Help Search Login Register  

Author Topic: Help me :)  (Read 541 times)

0 Members and 1 Guest are viewing this topic.

Smokes

  • Guest
Help me :)
« on: 22 May 2004, 22:15:14 »
K lol, this may sound stupid but idk how to make unit's sit on a chair..
I know the command line should be : Init field:
this switchmove "OnChair"
.. Right???
And i've also placed the unit next to the chair in the same direction.
Can u plz let me know, i couldn't find any examples in the faq

j-man

  • Guest
Re:Help me :)
« Reply #1 on: 22 May 2004, 22:26:31 »
What exactly is the problem ???

Dubieman

  • Guest
Re:Help me :)
« Reply #2 on: 23 May 2004, 00:51:31 »
THe problem is how do you do it.

Try

this playmove "chair"       ?
this playmove "onchair"     ?

Make sure the guy is in SAFE mode too.
All switcchmove animations are from res and playmove is from CWC.

Smokes

  • Guest
Re:Help me :)
« Reply #3 on: 23 May 2004, 10:36:24 »
Well the prob is, the guy wont sit on the chair, and he is in safe mode.. :s

Could any1 make like a mission where the guy does that..
For cwc 1.46
« Last Edit: 23 May 2004, 10:40:22 by Smokes »

DBR_ONIX

  • Guest
Re:Help me :)
« Reply #4 on: 23 May 2004, 11:11:51 »
Y'cant have the playmove in a INIT field :)
You need to put it in a script or a trigger

Heres whadda do :
Name the unit something (For eg guy01)
Put a trigger, activated by anyone
In the activation field, put guy01 switchmove "OnChair"
Make sure the trigger is over the guy (Or anyone.. Change the size to something huge, like 100000 by 100000, so it will deffintly get activated)

Hit okay etc, preview the mission :)

Hope you understand ;)
- Ben
(BTW, inshort, just put the playmove thing in a trigger, with this replaced by the units name)

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:Help me :)
« Reply #5 on: 23 May 2004, 11:50:47 »
If you want to make a trigger fire immediatly, just write

true

in the Condition field.

You have to use a particular chair to make this one work, I can't remember which one so experiment or use the forum search function - this comes up from time to time.
Plenty of reviewed ArmA missions for you to play

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re:Help me :)
« Reply #6 on: 23 May 2004, 12:55:56 »
I think the chair to use is chair X...
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.

Dubieman

  • Guest
Re:Help me :)
« Reply #7 on: 23 May 2004, 20:44:04 »
If you have 1.46 then I don't think you can use switchmove. Playmove only.

Isn't switchmove for RES?

Offline h-

  • OFPEC Site
  • Administrator
  • *****
  • Formerly HateR_Kint
    • OFPEC
Re:Help me :)
« Reply #8 on: 23 May 2004, 20:49:40 »
Quote
Isn't switchmove for RES?
Nope...

It's been there since the beginning... (afaik)...
Project MCAR   ---   Northern Fronts   ---   Emitter 3Ditor
INFORMATIVE THREAD TITLES PLEASE. "PLEASE HELP" IS NOT ONE..
Chuck Norris can divide by zero.