ERROR:SCRIPT: main/enemy.script:46: Field id not specified in table
stack traceback:
[C]: in function 'post’
main/enemy.script:46: in function <main/enemy.script:41>
enemy.script
45 msg.post("/enemies#script", "delete_me")
46 msg.post("main:/script#script", "animation")
47 msg.post(".", "explosion")
main.script (message receptor script)
34 if message_id == hash("animation") then
35 msg.post(sender.path, "play_animation")
36 end