Hi

I have been defining entities for ages using the method :

entity* numberone;

action whatever
{
numberone = me;
}

It doesn't seem to work anymore... In the manual says something about defining the now using something like:

ENTITY* numberone = { whatever whatever...}

is this the only working way now to define entities?...why has it changed?

thanks