MINI LAZOR

By N3M3S1S on Sep 30, 2010

Simple LAZOR script. Variation of the FIRIN' MAH LAZOR snippet.

Contributors: Maximus

Commands
/minilazor

Examples:

/minilazor
This fires the mini lazor at the active window.

/minilazor napa182
This fires the mini lazor at napa182

/minilazor #channel
This fires the mini lazor at #channel

Paste in remotes or in aliases file. If your going to paste in the aliases file, remove the "alias" infront of MiniLazor in the code snippet below.

alias MiniLazor {
  if ($1 == $null) && ($active != status window) { %minilazor = $active }
  elseif ($1 != $null) { %minilazor = $1 } 
  .timermlzr -m 10 1000 msg %minilazor 7,4./¯/_____________________________\
  .timermlzr1 -m 10 1050 msg %minilazor 7,4| 4,7D7,4R4,7. 7,4O4,7C7,4T4,7O7,4G4,7O7,4N4,7A7,4P4,7U7,4S4,7! 7,4B7,4L4,7A7,4R4,7R7,4R4,7R7,4G4,7G7,4G7,4H4,7H7,4!4,4***7,4|
  .timermlzr2 -m 10 1075 msg %minilazor 7,4.\_\¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯/
}

Comments

Sign in to comment.
N3M3S1S   -  Sep 30, 2010

Okay fixed the vars. WorldDMT yours works nicely, but the one you have is more for just one popup and thats it. Its purpose is to "fire" the "lazor" at the channel multiple times, hence the weird timers, so that it times the text just right.

 Respond  
N3M3S1S   -  Sep 30, 2010

Oh crap >_> I forgot that I left the %lazor var in there XD whoops The timer sets it up so that it sends that to the channel 10 times. :P I will post a fixed snippet.

 Respond  
WorldDMT   -  Sep 30, 2010
  • i think u can do it without timer
  • u can use $iif to set a variable
  • and what is %lazor ???
    btw your code can be like this
alias MiniLazor {
  if ($active != status window) var %minilazor $iif($1,$1,$active)
  var %2 7,4,%1 4,7
  msg %minilazor 7,4./¯/_____________________________\
  msg %minilazor 7,4| $regsubex(DR. OCTOGONAPUS! BLARRRRGGGHH!,/(?!$)/g,$chr(3) $+ $iif(2 \\ \n,%1,%2 $+ $chr(2))) $+ 4,4***7,4|
  msg %minilazor 7,4.\_\¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯/
}

PS: i dont know why the $chr(3) and $chr(3) is removed when i post the code

 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.