Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make your OWN Commands?
#1
Make your OWN commands! (ALIASES)


HINT: Parameters which are inside <> brackets are mandatory while parameters which are inside [] brackets are optional, While ALL bracket marks are neglected, Simply you could type your own aliases as the following examples for each point.


What is ALIAS!?

Factually I dub it as my own WAND so I force my script to work for my own self, Therefore, ALIAS Is an appointed shortcut that recalls an intact command which attributed to the brief given shortcut. (Please keep in mind that there are some hidden aliases into your Script (P&Plus, mRIC, etc) by the authors, So try the shortcut out before you set the alias, This will prevent any complication).




How To Make Your OWN Commands, (ALIASES)
 
    Here are two different manners to create an alias... And please keep in mind that it is recommended all your own aliases be written to the lowest part of the Aliases window.
Always start your own alias with the (forwardslash) / with your shortcut (So that will be your substitute command), SPACE And then the correct command followed by whatever you want to do or say.
  • By choosing ToolsScript Editor and then select Aliases, Or  (Alt+D).

Code:
/shortcut /command <Action|Message>
  • By following the commands /alias or /load.
Your own personal aliases go to the lowest part of the Aliases window automatically if added via any which previous commands.

Code:
/alias /shortcut /command <Action|Message>

Code:
/load /shortcut /command <Action|Message>



ALIAS

*Each alias should have a different shortcut than the others, Because of some scripts have aliases built in and may conflict with your new alias. Therefore, Pick a shortcut name that is not common.



And here are some solo aliases Examples:-

  1. To get connected with the server by your magic word /openup.
Code:
/openup /server irc.icq.com
  • To change your currently Nickname to CallMeGenius via the shortcut /nkcmg.
Code:
/nkcmg /nick CallMeGenius
  • To join all your favorite channels, Such as #Chatroom, #Romance, #BEDLAM via /joinmeall.
Code:
/joinmeall /join #Chatroom, #Romance, #BEDLAM
  • To part the currently channel with the designated message via the assigned command /pbrb.
Code:
/pbrb /part Will Be Back ASA we've outdone those technical problems

  • To disconnect IRC with the premature reason by the shortcut /shutmedown.
Code:
/shutmedown /quit Switching to the real life, Do NOT panic! BBL




*To create an alias which performs two commands will look similar to the following:

Code:
welcome {
  /say Hello $$1 $+ . and Welcome Back!.
  /.timerwelcome 1 5 /say How you been $$1 $+ ?! Hope everything going Okay!.
}

Getting confused?. Do NOT!.

Always start with your own shortcut which was welcome, (The previous shortcut was NOT for constraint), Then add an open bracket {and then enter.
And then type your first command. (The $$1 replaces the nickname you choose and the $+ removes the space after $$1 since a space is needed for the $$1 to grasp the nickname), Then enter.
And then  write down a timer followed by your second command, Then close the alias up with its own closed bracket }.

The syntax for a timer is as follows:
/ (forward slash) a . (period) which makes the timer silent to you and may be used in any command. The word timer and the name of the timer (this can be a number as well, how many times the following command is played and finally the delay time to wait # second(s)
Code:
/.timer<name|#> <repeated> <delay>
  • So, Your own instant command to say "Hello <Nickname>. and Welcome Back!.
    How you been <Nickname>?! Hope everything going Okay!.
    Is now just /welcome <Nickname>


    And in case you wanted to msg the channel, Here another identifier which is $chan. So it would be like:-
    /msg $chan Hello $$1 $+ . How is it going?!.

    hint: If there was more than one nick you would type $$1 for the first nickname that would be given, And $$2 for the second nickname that would be given, Also just the identifier $1 replaces the nickname

    And here are some aliases Examples which perform two|double commands:-
    • To flirt some nicknames via just typying your own command, Your alias would look similar to the following.
    And the command would be /flirting <Nickname>
Code:
flirting {
/me snakes slyly 2wards $$1 and hugs her from behind then sets his chin above her shoulder softly and smells the scent pleasant odor that $$1 $+ 's neck emits...
/.timerflirting 1 8 /me turns $$1 $+ gently then /me enfolds his arms around $$1 with closed eyes and nozzles while whispering and starts Recitin' the three magical words and says:
/.timerflirting 1 11 /say I Miss You! ^^
}

  • To ask some nicknames to have a dance with you, as the command would be /dancing <Nickname>
Code:
dancing {
/me catches a flower from the air, smells it and then gets it offered to $1, and smiles..
/.timerdancing 1 6 /me steps backwards and bows!... returns and knots his knot stably and confidently then asks $1 :
/.timerdancing 1 15 /say may i have the honor and dance with the most Attractive, Bewitching, Charming, Deadly, Enchanting, Fascinating, Glamorous and the MOST brimful femininity woman! :))
}
  • To joke with some nicknames, while the command would be /attack <nickname>
Code:
attack {
/me attacks $1
/.timerattack 1 3 /me tears $1 apart leaving $1 lifeless on the floor...
/.timerattack 1 7 /me walks away covered in blood and whistles innocently.
}



Just one more last affair but not at last,

*You might need to remove some aliases you already made, So here is HOW!.


Press (Alt+D) | Or by choosing ToolsScript Editor Then select Aliases, and then look for the alias you wanted to remove, And Simply select by tinting it with your mouse and then flick your Delete button. Or

In a concise manner, while you already know the shortcut you have made (Alias's Name), You still have some commands to help you out, which are:-
Code:
/alias <Alias's Name>

Code:
/unload <-a> <Alias's Name>




Well!.. Just now I could say "See you around, And Good Luck."

As I wish what I previewed is a bit helpful, And Do NOT forget to Pat Yourself on the Back For a job Well Done!.


BAKKASH

Jus be ur SELF, 'cuz everyone else is already TAKEN!.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Re: How to make auto identify Scarecrow 3 6,804 11-04-2013, 09:48 AM
Last Post: Omar

Forum Jump:


Users browsing this thread: 1 Guest(s)