Spratly spat Lua errors
Posted: Tue Sep 27, 2016 11:24 am
Event action "PLAN Retreat"
if ScenEdit_GetUnit {Side='PLAN', Name="PLAN Jingmen'}) ~= nil then
if ScenEdit_GetUnit {Side='PLAN', Name="PLAN Suqian'}) ~= nil
- There's a " ' mismatch in the name parameter.
- Either add a ( or remove the )
- missing "then" in the latter line
if ScenEdit_GetUnit {Side='PLAN', Name="PLAN Jingmen'}) ~= nil then
if ScenEdit_GetUnit {Side='PLAN', Name="PLAN Suqian'}) ~= nil
- There's a " ' mismatch in the name parameter.
- Either add a ( or remove the )
- missing "then" in the latter line