Home   Help Search Login Register  

Author Topic: NOOB question! Hell Yeah!  (Read 358 times)

0 Members and 1 Guest are viewing this topic.

theFoxiam

  • Guest
NOOB question! Hell Yeah!
« on: 26 Aug 2003, 11:38:50 »
yup. In the begining, their was noob.

How (I.E.) what script would I write for a resitance soldier to start a fire. And then once he is K.I.A., the killer puts it out. I ask this and nothing more...for a long while.

theFoxiam/iamtheNOOB

Komuna

  • Guest
Re:NOOB question! Hell Yeah!
« Reply #1 on: 26 Aug 2003, 11:57:41 »
Welcome NOOB! ;)

Do the script yourself, we'll give the hints:

----------------------------------

Unit domove getpos fire1

Unit playMove "PutDown" //or "CombatToPutDown"

fire1 inflame true

Killer Dofire Unit

Killler doMove getpos fire1

Killer playmove "PutDown"

fire1 inflame false

-------------------------------------

Don't forget the timing between each command!

Use conditions:

@Unit distance fire1 <= 1

Use time gaps:

~3

And you'll have a nice beginer script. ;D
« Last Edit: 26 Aug 2003, 11:58:34 by Komuna »