public void Compile() { var lines = StripMarkUp(code.text).Split('\n'); entity.SetCommands(lines); entity.Restart(); }