Home   Help Search Login Register  

Author Topic: How do people sit down, how do I start a fire?  (Read 773 times)

0 Members and 1 Guest are viewing this topic.

Phantom

  • Guest
How do people sit down, how do I start a fire?
« on: 07 Sep 2003, 11:36:55 »
G'day,
I need to know how to make people sit down, and how to light a fire

cheers,
phantom

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Re:How do people sit down, how do I start a fire?
« Reply #1 on: 07 Sep 2003, 11:44:01 »
to light a fire

in a script
Firename inflame true

or if in the init field of the fire
this inflame true
« Last Edit: 07 Sep 2003, 11:45:41 by Terox »
Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:How do people sit down, how do I start a fire?
« Reply #2 on: 07 Sep 2003, 12:22:03 »
arghhhhhhhhhhhhh y deres sticky in da forums top ::) y deres search function :P disr da2 most asked Qs  :o

bout da siting

unitname playmove "effectstandsitdown"

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

Drozdov

  • Guest
Re:How do people sit down, how do I start a fire?
« Reply #3 on: 08 Sep 2003, 18:02:54 »
If you use playmove "effectstandsitdown" the target unit has a habit of standing up again after a few seconds. I usually use this:

unitname switchmove "standsitdownstill"

This keeps the sitting but if they see danger they can't stand up again (switchmove keeps them in that position forever). To get around this do a switchmove stand in a trigger that detects whether or not the enemy has been spotted. Though this may not be necessary, depending on the situation.

unkie

  • Guest
Re:How do people sit down, how do I start a fire?
« Reply #4 on: 09 Sep 2003, 12:18:40 »
hmm maybe a sticky "FAQ" would be more effective....im sure a lot of ppl hate searching for things, specially when theyre looking for something as general as "fire"

max_killer_payne

  • Guest
Re:How do people sit down, how do I start a fire?
« Reply #5 on: 09 Sep 2003, 21:40:33 »
AAHHH!! Got LCD out on this one!!! you have to set their behaviour to "CARELESS" or "SAFE", for them to sit down.

P.S
If I can just prove LCD wrong one more time ill die happy  :P

Offline Burn

  • Members
  • *
Re:How do people sit down, how do I start a fire?
« Reply #6 on: 09 Sep 2003, 21:53:08 »
@unkie
Quote
hmm maybe a sticky "FAQ" would be more effective....im sure a lot of ppl hate searching for things, specially when theyre looking for something as general as "fire"
What good would a sticky FAQ do, if people are so lazy that instead of spending 30sec's of their time actually searching for the answer :o, they wait 1-5 days for a reply on a new thread :hmm:?!?!

@OFPEC-Staff
IMHO the current FAQ is as good as it gets, keep up the good work :thumbsup:

@max_killer_payne
Quote
AAHHH!! Got LCD out on this one!!! you have to set their behaviour to "CARELESS" or "SAFE", for them to sit down.
Well if you want to put that in the init-field or in a trigger that would be true...
[size=3.5]but[/size][/i] if you put that in a script, you don't need to set their behaviour to "CARELESS" or "SAFE"... sooo thecnically you where wrong ;D :booty: :moon:
« Last Edit: 09 Sep 2003, 22:04:45 by Bizon »

Offline LCD

  • Former Staff
  • ****
    • Everon Cartel
Re:How do people sit down, how do I start a fire?
« Reply #7 on: 09 Sep 2003, 22:38:11 »
tanks 4 da backing bizon ;)  ;D

also

@ maxy - i wasnt wrong nywayz max it can b not complete answer :P ;)

LCD OUT
"guess being the community has downsides .." - cheetah
Help Perfecting Da Next Best Thing - O-Team Beta

unkie

  • Guest
Re:How do people sit down, how do I start a fire?
« Reply #8 on: 10 Sep 2003, 02:20:04 »
@ Bizon

what i meant was, for questions like "how do u make a unit crouch?/second floor of building/light a fire", wouldnt it be easier to have it all in one thread, seeing as though the answer is always the same. I mean, there must be hundreds of thread floating around with these questions.

Also, it wil be easier  when you search, becos all the hits would be in that one thread, whereas when you search normally you can get quite a few different hits, for instance the word "fire" could turn up in threads about lighting fires, or firing weapons etc etc

Offline Sui

  • Former Staff
  • ****
    • OFPEC
Re:How do people sit down, how do I start a fire?
« Reply #9 on: 10 Sep 2003, 03:50:19 »
what i meant was, for questions like "how do u make a unit crouch?/second floor of building/light a fire", wouldnt it be easier to have it all in one thread, seeing as though the answer is always the same. I mean, there must be hundreds of thread floating around with these questions.

So you reason that instead of using a simple search function where inputing one or two keywords brings up a list of possible answers, it would be easier for people to read every post in a 35 page thread until they find their answer? ::)

Having said that, if you have a good idea on how we can improve our system, we're always happy to hear it.
Preferably in the OFPEC Comments forum, rather than general editing though ;)

Drozdov

  • Guest
Re:How do people sit down, how do I start a fire?
« Reply #10 on: 10 Sep 2003, 13:39:53 »
Two words.... "Command Reference".

Sorts all your troubles.