Jump to content
xisto Community
Sign in to follow this  
iGuest

MTA:MA script

Recommended Posts

Don't make useless posts please :)
I've got a nice one here.

alias mta.command  if ($3 == !hug) {    if ($4 == $null) {     mta.say   }   else {     if ($mta.name($1,$mta.getid($1,$4)) == Unknown) mta.say $1 $+ : Error: ID/Name not present.     else {       mta.say $1 $mta.name($1,$2) hugs $mta.name($1,$mta.getid($1,$4))    }  }}alias mta.command  if ($3 == !but) {    if ($4 == $null) {     mta.say   }   else {     if ($mta.name($1,$mta.getid($1,$4)) == Unknown) mta.say $1 $+ : Error: ID/Name not present.     else {       mta.say $1 $mta.name($1,$2) kicks $mta.name($1,$mta.getid($1,$4)) 's lame *bottom*!    }  }}
The first one (!hug) will display this: Name 1 hugs Name 2
The second one (!but) will display: Name 1 kick's name 2s lame *bottom*

Share this post


Link to post
Share on other sites

Hum, you have two alias mta.command

test:

//start alias//alias mta.command  if ($3 == !hug) {   if ($4 == $null) {     mta.say   }   else {     if ($mta.name($1,$mta.getid($1,$4)) == Unknown) mta.say $1 $+ : Error: ID/Name not present.     else {       mta.say $1 $mta.name($1,$2) hugs $mta.name($1,$mta.getid($1,$4))    }  }  if ($3 == !but) {   if ($4 == $null) {     mta.say   }   else {     if ($mta.name($1,$mta.getid($1,$4)) == Unknown) mta.say $1 $+ : Error: ID/Name not present.     else {       mta.say $1 $mta.name($1,$2) kicks $mta.name($1,$mta.getid($1,$4)) 's lame *bottom*!    }  }} //close alias//

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.