26/05/2011, 21:32:03
Comme le message d'erreur le suggère, "'then' expected near 'if' "
signifie qu'il attend un "then" après le "if".
Ca devrait être un truc du style
if M1 == "on" then
if BP1 == "on" then
....
On 26 mai, 17:52, Stephane Triglia <stephane.trig...@gmail.com> wrote:
> J'avais vu ca sur internet mais l'erreur avais juste changée je me suis dit
> que ce n'était pas ça
>
> 1306425172 ERROR Action : LuaScriptAction error: [string "BP1 = obj("BP1");
> BP2 = obj("BP2"); M1 = obj("M1"); M2 = obj("M..."]:1: 'then' expected near
> 'if'
>
> Le 26 mai 2011 17:46, Anthony PENHARD <a.penh...@gmail.com> a écrit :
>
>
>
>
>
>
>
>
>
> > dans ton script tu as :
>
> > if M1 = "on"
>
> > mais devrait être :
>
> > if M1 == "on"
>
> > je pense
> > valable pour tout tes "if"
>
> > @+
> > Anthony
signifie qu'il attend un "then" après le "if".
Ca devrait être un truc du style
if M1 == "on" then
if BP1 == "on" then
....
On 26 mai, 17:52, Stephane Triglia <stephane.trig...@gmail.com> wrote:
> J'avais vu ca sur internet mais l'erreur avais juste changée je me suis dit
> que ce n'était pas ça
>
> 1306425172 ERROR Action : LuaScriptAction error: [string "BP1 = obj("BP1");
> BP2 = obj("BP2"); M1 = obj("M1"); M2 = obj("M..."]:1: 'then' expected near
> 'if'
>
> Le 26 mai 2011 17:46, Anthony PENHARD <a.penh...@gmail.com> a écrit :
>
>
>
>
>
>
>
>
>
> > dans ton script tu as :
>
> > if M1 = "on"
>
> > mais devrait être :
>
> > if M1 == "on"
>
> > je pense
> > valable pour tout tes "if"
>
> > @+
> > Anthony