hi,

i want to place a text relativ to the screen size
Code:
TEXT* inkey_chatmsg_text =
{
	pos_x = 10;
	pos_y = screen_size.y-20;
	layer = 1;
	strings = 2;
	string = "Nachricht:",chat_input;
}



the compiler says that its a nummeric error
is it impossible to place it relative