Reply to Re: Help with script please
If you don't have an account, just leave the password field blank.
The script is aborted when using draw_screen(); so any code after that will be ignored.
Also, what is the sp_speed of ¤t_sprite? If it's 0, it can't move, which might explain its frozyness.
EDIT: That was for the older version. In the "what about this" thing, you'll need to do script_attach(1000); somewhere before draw_screen(), as draw_screen() aborts the script.
Braces ( { and } )should have their own line.
Also, what is the sp_speed of ¤t_sprite? If it's 0, it can't move, which might explain its frozyness.
EDIT: That was for the older version. In the "what about this" thing, you'll need to do script_attach(1000); somewhere before draw_screen(), as draw_screen() aborts the script.
Braces ( { and } )should have their own line.







