the problem is 'the action's name'
action player
{
player = me;
}
try to rename it f.i:
action player_act()
{
}
or what ever.
that's obvious.
'player' is reserved by the engine.

Last edited by Vinous_Beret; 05/30/10 10:28.