[b25] ]] in Lua, is it bug or not?
Posted: Fri May 13, 2011 1:39 pm
Let's say i've created a static map like that
map = [[
~~~
~~~
~~~]]
everything works fine. But when i create a map like that
map = [[
~~~
~~~
~~~
]]
try to go to the south and you will have an error thrown, like the hero went past the lower border. Is it Lua specific syntax thing or a bug? If former, then it should be noted somewhere in a guide, i think.
P.S.: admin, do you plan to create a bug-tracker?
map = [[
~~~
~~~
~~~]]
everything works fine. But when i create a map like that
map = [[
~~~
~~~
~~~
]]
try to go to the south and you will have an error thrown, like the hero went past the lower border. Is it Lua specific syntax thing or a bug? If former, then it should be noted somewhere in a guide, i think.
P.S.: admin, do you plan to create a bug-tracker?