Reply to Re: Local variable problem
If you don't have an account, just leave the password field blank.
If you were to use a spawned script, you could always do something like this to record the sprite.
//code from enemy
&save_x = ¤t_sprite;
spawn("script");
//code from script int &enemy = &save_x;






