@D3D
I mean anything like this:
Code:

action eineaction()
{
...
}
STRING* actionstring = "eineaction"
function create()
{
ent_create("model.mdl", vector(0,0,0), actionstring);
}


But this doesn't work.

@Lukas
Dabei stürzt die Engine ohne Fehlermeldung ab.