74 mi->Name.append( "2" ); //argument to access menu
75 mi->display.append( "(Python Multi-Line input)" ); //menu's display name
76 mi->func2call.append( "python" ); //call this function when this menuitem is called and input is all recieved, user input is appened with a space, along with the action string if there is one. (string generated: "func2call action userinput")