Code:
////////////////////////////////////////////////////////////////////
#include <acknex.h>
#include <default.c>

////////////////////////////////////////////////////////////////////

var yukseklik = 0;
PANEL* first_pan =
{
bmap = "frame.pcx";
window (40, 10, 178, 160, "height.pcx", 0, yukseklik);
flags = SHOW;
}

function yap()
{
	yukseklik = yukseklik+15;
}
	
function main()
{
	video_mode = 7; 
	screen_color.blue = 150;
	on_space = yap();
}



What went wrong there ? Engine get "Script Crash in"


A8.40 Professional
Sancak Oyun Ekibi