The Dink Network

Reply to Re: Fate of Destiny - Problems

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
June 25th 2012, 02:32 AM
custom_marpro.png
Marpro
Peasant He/Him bloop
 
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.

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).