When I place a "Position" entity in WED and set its name "Start_Pos", I then run my script which reads:

level_load("level1.wmb");
wait(1);
mouse_mode =0;
var x = ent_for_name("Start_Pos");
if ( x==NULL ) printf("No start");

and x is always NULL. What am I doing wrong/misunderstanding?

-David

PS. Sorry if this is the wrong forum.