Jump to content

Adding more scripts


{Static}

Recommended Posts

Posted

If you have two scripts to go under, say alias mta.join, how do you add the second script? What brackets go where?

This is the end of the first script:

 mta.ban $1 $2 
 } 
}
alias mta.part {

So, I want to put anothe script/snippet above alias mta.part

What would I do?

Jamie

Posted

Ok here's how you would join them:

Script 1:

alias mta.join {
 mta.say $1 Hello There
}

Script 2:

alias mta.join {
 mta.say $1 How are you?
}

When you join them they'll go like this:

alias mta.join {
 mta.say $1 Hello There
 mta.say $1 How are you?
}

Hope this helps...

  • Recently Browsing   0 members

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