The Dink Network

Reply to Re: Dinkc scripting problem

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:
 
 
October 2nd 2009, 06:39 PM
slayer.gif
rabidwolf9
Peasant He/Him United States
twitch.tv/rabidwolf9 
It sounds like a problem with playsound(). Since you copied the script from another DMOD, it most likely uses sounds that are not defined in your DMOD. This will result in a game crash.

You should either copy the proper sounds into your sound folder and define them in start.c, or just remove/replace the playsound() instances.