TYPE
From SphereWiki
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. <TYPE> // Return the type of the item.