Jump to content

1.2.5 LUA PREDICATE Issue


xcom

Recommended Posts

Seems that 1.2.5 changed the option we knew as Expression in the condition to LUA PREDICATE.

What this did is delete any expressions you seemed to have had in your missions, please make sure to check your triggers, I'm not sure if ED will be releasing a fix for this or not.

 

For example if i had this expression -

if not Group.getByName("AI - L39ZA") then
return true
end

 

It is now totaly deleted from the trigger window.

 

Hope this helps anyone figure why their mission is not working.

  • Like 1
Link to comment
Share on other sites

Has anyone been able to get this to work? I figured out that my expression conditions were gone, so triggers that use them fire all the time. I put in a LUA PREDICATE condition instead but am unable to get the trigger to fire at all with it now. Even a predicate condition of true, or return true, doesn't seem to make it fire. Has the syntax changed as well compared to what EXPRESSION wanted?

 

Edit: so it appears the LUA PREDICATE condition doesn't work at the moment. See http://forums.eagle.ru/showthread.php?t=110430


Edited by FishBike
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...