Jump to content

Ascii Pic


Recommended Posts

Hi

I Search Script for Ascii Pics

typ !test

,;::\::\

,'/' `/'`/

_\,: '.,-'.-':.

-./"' : : :\/,

::. ,:____;__; :-

:" ( .`-*'o*',);

\.. ` `---'`' /

`:._..- _.'

,; . `.

/"'| | \

::. ) : :

|" ( \ |

:.(_, : ;

\'`-'_/ /

`... , _,'

|,| : |

|`| | |

|,| | |

,--.;`| | '..--.

/;' "' ; '..--. ))

\:.___(___ ) ))'

SSt`-'-''

Link to comment

on *:Signal:mta.command:{

if ($3 == !wow) {

var %a = $rand(1,200)

if (%a > $pgs.cash($1,$2)) mta.pm $1 $2 Error: Not Enough Cash

mta.text $1 $mta.nick($1,$2) .oooO / ) ( \ Oooo.

( ) / ( ) \ ( )

\ ( ( ) ( ) ) /

----\_).oooO-Oooo.(_/----

pgs.sub $mta.nick($1,$2) %a

}

Link to comment

this is better and works better

on *:Signal:mta.command:{ 
if ($3 == !wow) { 
var %a = $rand(1,200) 
if (%a > $pgs.cash($1,$2)) mta.pm $1 $2 Error: Not Enough Cash 
}
else {
mta.text $1 $mta.nick($1,$2) .oooO / ) ( \ Oooo. 
( ) / ( ) \ ( ) 
\ ( ( ) ( ) ) / 
----\_).oooO-Oooo.(_/---- 
pgs.sub $mta.nick($1,$2) %a 
}
}

btw it looks extremely much like mine sript with !rbuy

Link to comment
on *:SIGNAL:mta.command:{
 if ($3 == !wow) {
   var %a = $rand(1,200)
   if (%a > $pgs.cash($1,$2)) mta.pm $1 $2 Error: Not Enough Cash
   else {
     mta.text $1 .oooO / ) ( \ Oooo.
     mta.text $1 ( ) / ( ) \ ( )
     mta.text $1 \ ( ( ) ( ) ) /
     mta.text $1 ----\_).oooO-Oooo.(_/----
     pgs.sub $mta.nick($1,$2) %a
   }
 }
}

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...