Jump to content

Cataclysm2000

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Posts posted by Cataclysm2000


  1. Thanks guys, it worked great. Now I have a couple more questions :p

    I have this:

    _soldierOne sidechat "Enemy AA is down, over!"; sleep 1;
    Azziz=[east,"HQ"]; Azziz sidechat "Roger, CAS in en route"
    

    The idea is to make it wait a second before Azziz radios back so it feels more real, but it doesnt work. I tried sleep 1000 thinking it might be in miliseconds but to no avail. Also, Azziz doesn't show up as Azziz. Do I have to set up another trigger with a countdown of 1s for the relpy?

    EDIT: oops sorry, I thought I was editing. Didn't mean to double post


  2. Hey, I am making a mission that requires you to take out enemy AA before your armor can advance. How do I set this up? I have a trigger set to the AA unit with the script "alive Shilka1 false". This is about as far as I got..

    I'd also like to know how to add the option to control the UAV little bird to an Apache and if the AI is smart enough to rearm on its own or if I need to script it somehow.

    Thanks guys!

×