I have this code in AUM 34 about RPG movement, and when I ran, it said "syntax error < my.PASSABLE=ON; >
Quote:

function show_target()
{
my.PASSABLE = ON;
while (mouse_left == 1) {wait (1);}
while (mouse_left == 0) {wait (1);}
ent_remove (me);
}

what's wrong ??? Thanks reply!!

My SED version is 7.21