ac-minetest / basic_robot

Write mods without server restart while playing. Create custom machines that can build, dig, produce... Create your own games like minesweeper, sokoban,ctf, hide and seek...
26 stars 21 forks source link

String gets broken #4

Closed raymoo closed 7 years ago

raymoo commented 7 years ago

The following program is broken; it broadcasts the wrong message:

say("while dogs are cute, cats are also cute")

Instead of the intended message, it prints "while do increase_counter(); gs are cute, cats are also cute"

hajo4 commented 7 years ago

Same here Test3-lookout with say("done.")

ac-minetest commented 7 years ago

fixed