Create: mon[ 1 ] = 'Styczeń' mon[ 2 ] = 'Luty' mon[ 3 ] = 'Marzec' mon[ 4 ] = 'Kwiecień' mon[ 5 ] = 'Maj' mon[ 6 ] = 'Czerwiec' mon[ 7 ] = 'Lipiec' mon[ 8 ] = 'Sierpień' mon[ 9 ] = 'Wrzesień' mon[ 10 ] = 'Październik' mon[ 11 ] = 'Listopad' mon[ 12 ] = 'Grudzień' draw: draw_text( 0 , 0 , 'data : ' + string( current_day ) + ' ' + mon[ current_month ] + ', ' + string( current_year ))