or also a new type of data..I'm trying fo do some stuff but I need to use some functions as struct and typedef..is it possible? and if it is so, is it like C programming or there are differences?[/code]
No it doesn't, SoR, it actually makes a lot of sense. It's just that the designers of this (MoHAA/FAKK2 script) language didn't see a need for this feature, and to tell the truth, you can get away without it for the most part.
typedef struct data
{
nikname[50];
surname[50];
name[50];
score;
} t_data;
That's what I need to do, however I can do it even if there's none of them...it was just to make the script more easy and short, well thanks for the help.