Multy Sajoin Script

By DICE on Feb 11, 2010

Was Board Nothing To Do
So I Scripted Something To Pass Time
Its Not The Cleanest Or Shortest Code
I Wasnt Aiming For That So dont Come With Comments Of Such Sort
Use If You Want If Not Doesnt Bother Me Ether
This Script Is Only If You Admin On Server & You Got The Right Status
Type /sajoin and follow the instructions
I Use It To Irritate users Insted Of Banning For The Server
Past It In Your Remotes
Good Luck And Enjoy Welcome To Modify It!!

PS: I Know My Spelling Is Horrible But That Is My Mark Trade So Leave It Alone THX!!
;)
Regards Dice

;Scripted By DICE
alias sajoin1 {
  %number.rooms = $$?="How Many Rooms Would You Like That Person To Join:"
  :sajoin
  %number.roms = $calc( %number.rooms + 2 ) 
  if %sajoin.count == %number.roms { 
    set %sajoin.count 0
    msg $chan Next Time It Will Be $calc(%number.rooms * 100) Rooms 
    msg $chan Try To Behave Now And Stop Being A Nuisance
    halt
  }  
  inc %sajoin.count 1
  sajoin $$1 # $+ $rand(1000,1000000)
  goto sajoin
}

Comments

Sign in to comment.
DICE   -  Feb 13, 2010

LOL no Comment Lmao

 Respond  
Jethro   -  Feb 12, 2010

Right on, sunslayer.
zamzam, read that 4 uppercase letters in sunslayer's avatar.

 Respond  
sunslayer   -  Feb 12, 2010

@zamzam> i thought sunslayer the only person who enjou to critic others without creat her self ...
leave it bro , just lets grow together and learn togehther :) when did i criticize him? wtf does "without creat her self" mean? im a guy the entire point of this site is to help others create better/faster code
the only thing i did was give him helpful suggestions and tips, which you will find that 90% of this site will do that.

 Respond  
DICE   -  Feb 12, 2010

Thx I Will Keep That In Mind For The Next Time Am Board Again ;)

 Respond  
zamzam   -  Feb 12, 2010

i thought sunslayer the only person who enjou to critic others without creat her self ...
leave it bro , just lets grow together and learn togehther :)

 Respond  
sunslayer   -  Feb 11, 2010

instead of using goto's you should look into the while loop

alias sajoin1 {
  var %number.rooms = $$?="How Many Rooms Would You Like That Person To Join:",%number.roms = $calc(%number.rooms *100)
  while (%number.rooms) {
    sajoin $$1 $+(#,$r(1,$ticks))
    dec %number.rooms
  }
  msg $chan Next Time It Will Be %number.roms Rooms
  msg $chan Try To Behave Now And Stop Being A Nuisance
}

also you should use /var instead of /set when declaring variables so you dont have to worry about unsetting them later

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.