The Dink Network

Reply to Question 1

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:
 
 
February 24th 2003, 02:31 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
You have to do something like this:

int &mysound = playsound(Blah Blah);
sound_set_kill(&mysound);

Note: that's if the kill sound command will be given in the same script. If not, replace &mysound with a global variable.