View Single Post
  #14  
Old 12-16-2001, 03:33 PM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
~AlphaFlame~

Here, use this super ultra mega ghetto elite script. It ownz j00r world.

Quote:
if (playerenters){
timeout=.05;
setarray zoom,35;
setarray wordx,35;
setarray wordy,35;
setarray mode,35;
for (i=0;i<35;i++){
wordx[i]=random(0,screenwidth);
wordy[i]=random(0,screenheight);
mode[i]=int(random(0,5));
}
}
if (timeout){
timeout=.05;
for (i=0;i<35;i++){
if (mode[i]=0)showimg i,@I OWNZ j00r WORLD!,wordx[i],wordy[i];
if (mode[i]=1)showimg i,@Hi I r n00b3!,wordx[i],wordy[i];
if (mode[i]=2)showimg i,@WOTSA WUBZ!,wordx[i],wordy[i];
if (mode[i]=3)showimg i,@Meow!,wordx[i],wordy[i];
if (mode[i]=4)showimg i,@omg leik lol,wordx[i],wordy[i];
zoom[i]=(zoom[i]+.01)%2;
if (zoom[i]=1.99){
wordx[i]=random(0,screenwidth);
wordy[i]=random(0,screenheight);
}
changeimgzoom i,zoom[i];
changeimgvis i,4;
}
}
Now, I think I oughtta get FTP, Co-Owner position, global RC, and a monkey for that.

[edit] whee fun stuff >-D [/edit]
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote