|
From: | Ronald Lamprecht |
Subject: | Re: [Enigma-devel] ant33.lua runtime error under lua 5 |
Date: | Fri, 11 Aug 2006 23:52:37 +0200 |
User-agent: | Mozilla Thunderbird 1.0.7 (Windows/20050923) |
Hi Daniel, Daniel Heck wrote:
It might be wise to look through the other antXX.lua levels to se if he used the same thing elsewhere.I just did, I couldn't find another occurrence of this particular "pattern".
I guess we found another one with a similar pattern that causes trouble: "Wells" (EIII#28) - ant19_1 The lines:
cells["S"] = cell{{{switch, "switchb", "callback"}}}
>[...]
switch1 = cell{{{send_group_message, doors1, "openclose", nil; mode=-1}}} switch2 = cell{{{send_group_message, doors2, "openclose", nil; mode=-1}}} switchb = cell{{switch1, switch2}}
should be the reason for the level abortion on using switch1.Can you (or anyone else) apply a similar patch to the level as I am not familar with the universal "cell" function syntax.
Thanks Ronald
[Prev in Thread] | Current Thread | [Next in Thread] |