Reply to Re: Fate of Destiny - Problems
If you don't have an account, just leave the password field blank.
Your if statements are really odd... The following if statement have no brackets. If you don't have brackets around your conditional statements; only the first code line will be counted to the statement. In your case, only the "sp_nodraw(¤t_sprite, 1);" counts to the statement.
Furthermore, you don't have any operators (as leprochaun pointed out).
if (&story 5) sp_nodraw(¤t_sprite, 1); freeze(¤t_sprite); sp_disabled(1); kill_this_task;
Furthermore, you don't have any operators (as leprochaun pointed out).