mouse_ent isnt a string, its a pointer to an ent.

==>>

Code:

if(mouse_ent)
{
you=mouse_ent; //skill 30 contains your ent's name
temp_str = you.skill30; //not sure about this, havent worked with gstudio for long time...
str_cat(str_souris, temp_str);
}






nipx