Jump to content

paulthomas

Members
  • Posts

    3
  • Joined

  • Last visited

  1. Unit dead, damaged and unit hits not registering with the barrage balloons same with the group dead etc. If I cant get these to work and it looks that way does anybody know how to get the ai helis to hover for a set amount of time? Trying to make a balloon run mission. Cheers
  2. Anybody know how to make a helicopter just hover for a set amount of time. Also why doesn't units hits work on a barrage balloon?
  3. Just trying to do a simple script. It works on lua demo but in game it gives me the following error. lua :3: unexpected symbol near ',' do local x = trigger.misc.getUserFlag('2') triggeraction.outText(x .. " points " .. 70) end also tied do local x = trigger.misc.getUserFlag('2') triggeraction.outText(x .. " points " .. , 70) end which gives the the error lua :3: unexpected symbol near ',' both in game and in lua demo Tried trigger.action as well. Its driving me mad. Any help would be welcome Thanks Edit Changes I make to my lua script dont take. When I look in the tmp file that dcs uses it completely different. Even if I change the var x to y in my file the temp version still reads x. Got it working but have to use do script instead of script file which is not ideal
×
×
  • Create New...