Thread: Porters
View Single Post
  #18  
Old 04-17-2015, 12:37 AM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

I cannot immediately locate the sound file for ports, however, to give it a little flavor, you could put this before line 34 of the above code snippet (thus making it the new line 34):

Code:
$client->PlayMP3("twinkle001_loop.wav");
If you add the above make this line:

Code:
castdelay(5);
to

Code:
castdelay(9);
To correspond with the length of the wave file.
Reply With Quote