The Dink Network

Reply to Re: Scary D-Mods

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:
 
 
September 10th 2007, 01:25 PM
slimeg.gif
metatarasal
Bard He/Him Netherlands
I object 
draw_screen();

Remove that and you're fine.

If you re-draw a screen it will also re-execute all the scripts on the screen, including this one. In fact it doesn't even rewind the script, it just creates a new one since you already did a script_attach(1000); (No need to do that twice by the way...)