Also, for my old, cold, RPG mod project, I'm finally going to work on it again.
mp7964 - really awesome guy who is pretty cool
c:Am I on the beta list, Otto? c:
yes
What is that music thing though? ( the client_songs)
function loadSong(%song, %wait){ %file = new fileObject(); %file.openForRead("config/client/Songs/"@%song@".txt"); while(!%file.isEOF()) { %i++; %waitTime = %i*%wait; %line = %file.readLine(); schedule(%waitTime, 0, commandToServer, 'messageSent', %line); } %file.close(); %file.delete();}
The bulk of the beta testing happens on my server.Beta Testers will get periodic releases for testing on other servers, however most of the testing will not be on other servers.
It's a simple thing I wrote to basically chat a bunch of lines of chat.-snip-
haha, i remember when I made the same thing.