The Dink Network

Reply to Re: Story scripts suck

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:
 
 
August 27th 2005, 08:58 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
Ah, a slight misunderstanding on my part. Known crash-reasons are:

You try tro play a sound that isn't loaded.
There's a say() somewhere in which the text to say exceeds a specific number of characters.

Figure out what line it crashes on, by using the say() trick:
Place say("1",1); after the first line
say("2",1); after the second line, etc. Of course, they should appear on a line of their own.
Then, when the game crashes, Dink should say a number, it's the number that fits with the latest executed say() line you added, and probably the line after that causes the crash.