Do you declare the strings inside a function?
Only global string declaration is ok with this syntax.
For declaring inside a function the follow syntax should be used.
Code:
function my_func()
{
  STRING* namest;
  namest = str_create("na");
}



Evil Blood (v. 0.52) RPG
Commport.de (Social Network Community)