ShowInfo Objects Menu 5.1 OC bool Displays the description text of an object in a popup window (a menu window). The information window's background will be the definition image of the obect. func ControlSpecial() { if(!Contents()) return; Contents()->ShowInfo(); } A feature for a special clonk: pressing a (to be defined) 'special' key will display the description of the first inventory item in a popup window. SetCommand GetDesc CreateMenu AddMenuItem CloseMenu Sven22002-08