Get Android Device Name

I am trying to pass the Android Device name to a GUIText box so that people who do not wish to put their name in to the player name box will be shown as something other than a default text.

I have the Java script for the command but I cannot get UnityScript to accept it.

The Java is android.os.Build.MODEL;

If anyone can help translate this to UnityScript I will give you a hug.

I found the line of code.

SystemInfo.deviceModel; - for model name

SystemInfo.deviceName; - for the user set name