_hint_text_font_no=4 _hint_text_align=5 _hint_text_fontscale="0.8" _hint_alpha_text_normal =255 _hint_r_text_normal = 255 _hint_g_text_normal = 247 _hint_b_text_normal = 20 function Tools() SetMaterial( 'Tools', 0 , "", 1, 255, 16, 127 );--SetMaterial( ID_Obiect, GraphicStage, file, A, R, G, B); SetPos( 'Tools', 0 , 0, 0); SetDim( 'Tools', 0 , 640, 480); AddArea( 'Tools', "detection" ); AddArea( 'Tools', "collection" ); -- special tools only in level 2 --AddArea( 'Tools', "special_tools" ); GUISetVisible( 'Tools', 0 ); end