For example, the following messageBOX will display the message and my variable feedcount.
Debug.MessageBox("Your feedcount is" +feedcount)However, if I don't want to ok a messagebox all the time, and just want a basic message on the top of my screen that shows for a couple seconds, I can't get it to work.
I would think that debug.message would do the same thing but it doesn't work at all.
I then defined my own message property, built my message that says "your feedcount is: "
and added this to my script:
MMDebug01Message.Show(+feedcount)
and it doesn't work.
