Hi!

Im using C-Script with A6.

I want to create a local entity within a function (with Entity*). But he always answers with an error. So my question: Is it possible to do it in A6?

My Code:
Code:
function tower_shoot
{
	entity* ent_local;
	//some other code...
}