Tomcat84
Posts: 1952
Joined: 7/10/2013 Status: offline
|
No problem! Glad you like em. Just keep in mind that: - The whole Lua thing has been/is/will be an evolving process - I am not a programmer and some of the things I put in the video can be done in different (more efficient) ways too :) One example is the dead unit thing, e.g. you scripted: ScenEdit_SetEMCON('Unit', 'Viper #1', 'Radar=Passive')
ScenEdit_SetEMCON('Unit', 'Viper #2', 'Radar=Passive')
ScenEdit_SetEMCON('Unit', 'Viper #3', 'Radar=Passive')
ScenEdit_SetEMCON('Unit', 'Viper #4', 'Radar=Passive') but Viper #3 already died, now it gives an error and Viper #4's EMCON is not changed. See here for a possible way to work around that: http://forum.baloogancampaign.com/viewtopic.php?f=10&t=87 Stuff like that happens, it's new and it's exciting but that means not always perfect yet
_____________________________
|