# TYPE Gets or sets the item type. ## Examples Ingame commands: ```.XTYPE T_NEW_TYPE // Set T_NEW_TYPE as type of targetted item. .XSHOW TYPE // Show the TYPE of targetted item.``` Sphere scripting: ```TYPE T_NEW_TYPE // Set T_NEW_TYPE as type of the item. // Return the type of the item.```